From: Sebastian B. <sb...@us...> - 2001-09-30 13:39:48
|
Update of /cvsroot/simplemail/indep-include In directory usw-pr-cvs1:/tmp/cvs-serv32180 Modified Files: subthreads.h Log Message: Written a function to call functions asynchron Index: subthreads.h =================================================================== RCS file: /cvsroot/simplemail/indep-include/subthreads.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** subthreads.h 2001/03/12 15:40:38 1.1 --- subthreads.h 2001/09/30 13:39:43 1.2 *************** *** 18,22 **** /* ! ** $Id$ */ --- 18,22 ---- /* ! ** subthreads.h */ *************** *** 30,33 **** --- 30,34 ---- void thread_abort(void); int thread_call_parent_function_sync(void *function, int argcount, ...); + int thread_call_parent_function_async(void *function, int argcount, ...); void thread_handle(void); |