ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.h
(Generate patch)

Comparing gvpe/src/util.h (file contents):
Revision 1.29 by root, Tue Mar 8 17:33:31 2011 UTC vs.
Revision 1.30 by root, Tue Mar 8 17:34:26 2011 UTC

152 key, RSA_PKCS1_OAEP_PADDING) > 0; 152 key, RSA_PKCS1_OAEP_PADDING) > 0;
153} 153}
154 154
155/*****************************************************************************/ 155/*****************************************************************************/
156 156
157// run work_cb in another thread, call done_cb in main thread when finished
158// only one work_cb will execute at any one time.
157void async (callback<void ()> work_cb, callback<void ()> done_cb); 159void async (callback<void ()> work_cb, callback<void ()> done_cb);
158 160
159#endif 161#endif
160 162

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines