
trawick at apache
Aug 19, 2012, 4:19 PM
Post #1 of 1
(24 views)
Permalink
|
|
svn commit: r1374877 - /httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h
|
|
Author: trawick Date: Sun Aug 19 23:19:18 2012 New Revision: 1374877 URL: http://svn.apache.org/viewvc?rev=1374877&view=rev Log: minor cleanups - don't duplicate prototype for child_main() - make a few things static Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h?rev=1374877&r1=1374876&r2=1374877&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h (original) +++ httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h Sun Aug 19 23:19:18 2012 @@ -82,8 +82,6 @@ extern DWORD stack_res_flag; extern void clean_child_exit(int); -void setup_signal_names(char *prefix); - typedef enum { SIGNAL_PARENT_SHUTDOWN, SIGNAL_PARENT_RESTART,
|