fielding 01/08/02 20:29:14
Modified: include apr_thread_proc.h
Log:
correct the prototype to eliminate warning.
Revision Changes Path
1.70 +1 -1 apr/include/apr_thread_proc.h
Index: apr_thread_proc.h
===================================================================
RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- apr_thread_proc.h 2001/08/03 00:32:10 1.69
+++ apr_thread_proc.h 2001/08/03 03:29:14 1.70
@@ -220,7 +220,7 @@
* force the current thread to yield the processor
* @deffunc void apr_thread_yield()
*/
-APR_DECLARE(void) apr_thread_yield();
+APR_DECLARE(void) apr_thread_yield(void);
/**
* detach a thread