1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

Revert r547987 ("svn merge -c -547987 .")

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2007-06-29 09:31:11 +00:00
parent 8e9aeb9919
commit ada9c28dcf
18 changed files with 16 additions and 123 deletions

View File

@@ -349,14 +349,6 @@ extern const char *ap_mpm_set_exception_hook(cmd_parms *cmd, void *dummy,
const char *arg);
#endif
/*
* The parent process pid table
*/
extern apr_table_t *ap_pid_table;
int ap_in_pid_table(pid_t pid);
void ap_set_pid_table(pid_t pid);
void ap_unset_pid_table(pid_t pid);
AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p))
#ifdef __cplusplus