From: Jeff Trawick Date: Sun, 19 Aug 2012 23:19:18 +0000 (+0000) Subject: minor cleanups X-Git-Tag: 2.5.0-alpha~6406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=006ca1c1e039e5cadb5962db64b471a17a55901a;p=apache minor cleanups - don't duplicate prototype for child_main() - make a few things static git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index c5ff7fcad2..8e13748447 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -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,