orlikowski 01/11/27 14:10:31
Modified: include apr_thread_proc.h
Log:
Fix up this declaration.
Revision Changes Path
1.77 +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.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- apr_thread_proc.h 2001/10/23 17:30:08 1.76
+++ apr_thread_proc.h 2001/11/27 22:10:31 1.77
@@ -552,7 +552,7 @@
/**
* Detach the process from the controlling terminal.
*/
-apr_status_t apr_proc_detach(void);
+APR_DECLARE(apr_status_t) apr_proc_detach(void);
#if APR_HAS_OTHER_CHILD