summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>2000-04-14 02:39:08 +0000
committerdgaudet <dgaudet@unknown>2000-04-14 02:39:08 +0000
commit59864841f2517a86f4d1959916b78265409a4798 (patch)
treed6db55e5e35075fbeee161089674405175d2655a /include
parentcfbb9efb3cadc21369eb632ceee67cd37475da79 (diff)
downloadhttpd-59864841f2517a86f4d1959916b78265409a4798.tar.gz
more namespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/http_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_config.h b/include/http_config.h
index ed7b8dbd07..7be298079c 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -337,6 +337,7 @@ void ap_setup_prelinked_modules(process_rec *process);
void ap_show_directives(void);
void ap_show_modules(void);
server_rec *ap_read_config(process_rec *process, ap_context_t *temp_pool, const char *config_name);
+void ap_run_pre_config(ap_context_t *p, ap_context_t *plog, ap_context_t *ptemp);
void ap_post_config_hook(ap_context_t *pconf, ap_context_t *plog, ap_context_t *ptemp, server_rec *s);
void ap_child_init_hook(ap_context_t *pchild, server_rec *s);
void ap_register_hooks(module *m);