diff options
Diffstat (limited to 'include/http_connection.h')
-rw-r--r-- | include/http_connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_connection.h b/include/http_connection.h index 3a61963771..53cb0a9675 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -143,6 +143,8 @@ AP_DECLARE_HOOK(int,process_connection,(conn_rec *c)) AP_DECLARE_HOOK(conn_rec *, create_connection, (apr_pool_t *p, apr_socket_t *csd, int conn_id)) +AP_DECLARE_HOOK(int, add_listeners, (apr_pollfd_t *pollset, apr_socket_t **listensocks, int num_listensocks)) + #ifdef __cplusplus } #endif |