diff options
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h index 28f2856f..395ac421 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -672,6 +672,9 @@ AP_DECLARE_HOOK(int, get_mgmt_items, APR_DECLARE_OPTIONAL_FN(void, ap_logio_add_bytes_out, (conn_rec *c, apr_off_t bytes)); +APR_DECLARE_OPTIONAL_FN(void, ap_logio_add_bytes_in, + (conn_rec *c, apr_off_t bytes)); + /* ---------------------------------------------------------------------- * * ident lookups with mod_ident |