From 006ca1c1e039e5cadb5962db64b471a17a55901a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 19 Aug 2012 23:19:18 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/mpm_winnt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index c5ff7fcad25..8e137484470 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, -- 2.47.2