You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/20 01:19:19 UTC

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,