From: Ryan Bloom Date: Sat, 22 Jul 2000 03:38:57 +0000 (+0000) Subject: Clean_child_exit is not a public function. This keeps it internal to X-Git-Tag: APACHE_2_0_ALPHA_5~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa83ec4f1a982209d04887d8dea44ccf7d3cd871;p=thirdparty%2Fapache%2Fhttpd.git Clean_child_exit is not a public function. This keeps it internal to mpmt_pthread.c and allows mpmt_pthread to compile cleanly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpm.h b/server/mpm/mpmt_pthread/mpm.h index ba1d08581bf..109d553ef8a 100644 --- a/server/mpm/mpmt_pthread/mpm.h +++ b/server/mpm/mpmt_pthread/mpm.h @@ -70,7 +70,6 @@ extern int ap_max_daemons_limit; extern unsigned int ap_my_pid; extern server_rec *ap_server_conf; extern scoreboard *ap_scoreboard_image; -extern void clean_child_exit(int); extern char ap_coredump_dir[MAX_STRING_LEN]; #endif /* APACHE_MPM_MPMT_PTHREAD_H */