summaryrefslogtreecommitdiff
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2000-04-27 23:44:16 +0000
committerDoug MacEachern <dougm@apache.org>2000-04-27 23:44:16 +0000
commitb7f8b9d3dfb89bce0937682839d5a96eb2fbd4af (patch)
treed2082c91e656934210012e8c918b59b8bd5bc65b /include/http_connection.h
parentaa86bb962faef4ab8b97b436bae7719ab1676d81 (diff)
downloadhttpd-b7f8b9d3dfb89bce0937682839d5a96eb2fbd4af.tar.gz
change ap_hook_pre_connection from VOID to RUN_ALL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 7b237c793f..8b0ce75dd7 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -73,7 +73,7 @@ int ap_process_http_connection(conn_rec *);
#endif
/* Hooks */
-AP_DECLARE_HOOK(void,pre_connection,(conn_rec *))
+AP_DECLARE_HOOK(int,pre_connection,(conn_rec *))
AP_DECLARE_HOOK(int,process_connection,(conn_rec *))
#ifdef __cplusplus