diff options
| author | Doug MacEachern <dougm@apache.org> | 2000-04-27 23:44:16 +0000 |
|---|---|---|
| committer | Doug MacEachern <dougm@apache.org> | 2000-04-27 23:44:16 +0000 |
| commit | b7f8b9d3dfb89bce0937682839d5a96eb2fbd4af (patch) | |
| tree | d2082c91e656934210012e8c918b59b8bd5bc65b /include/http_connection.h | |
| parent | aa86bb962faef4ab8b97b436bae7719ab1676d81 (diff) | |
| download | httpd-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.h | 2 |
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 |
