From: Sebastian B. <sb...@us...> - 2001-09-30 20:32:45
|
Update of /cvsroot/simplemail/indep-include In directory usw-pr-cvs1:/tmp/cvs-serv11455 Modified Files: subthreads.h Log Message: another new asynchron function which copied the string before calling Index: subthreads.h =================================================================== RCS file: /cvsroot/simplemail/indep-include/subthreads.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** subthreads.h 2001/09/30 13:39:43 1.2 --- subthreads.h 2001/09/30 20:32:42 1.3 *************** *** 31,34 **** --- 31,35 ---- int thread_call_parent_function_sync(void *function, int argcount, ...); int thread_call_parent_function_async(void *function, int argcount, ...); + int thread_call_parent_function_async_string(void *function, int argcount, ...); void thread_handle(void); |