diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/http2/mod_http2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/http2/mod_http2.h b/modules/http2/mod_http2.h index fc59c732e6..f68edcdb5b 100644 --- a/modules/http2/mod_http2.h +++ b/modules/http2/mod_http2.h @@ -28,6 +28,9 @@ APR_DECLARE_OPTIONAL_FN(char *, APR_DECLARE_OPTIONAL_FN(int, http2_is_h2, (conn_rec *)); +APR_DECLARE_OPTIONAL_FN(void, + http2_get_num_workers, (server_rec *s, + int *minw, int *max)); /******************************************************************************* * START HTTP/2 request engines (DEPRECATED) @@ -68,9 +71,6 @@ APR_DECLARE_OPTIONAL_FN(void, conn_rec *rconn, apr_status_t status)); -APR_DECLARE_OPTIONAL_FN(void, - http2_get_num_workers, (server_rec *s, - int *minw, int *max)); /******************************************************************************* * END HTTP/2 request engines (DEPRECATED) |