From: Doug MacEachern Date: Mon, 30 Apr 2001 06:04:33 +0000 (+0000) Subject: C::Scan strikes again; include argument name in ap_invoke_handler prototype X-Git-Tag: 2.0.18~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2c7c8ef9b6800cd893a35536b68e93f14057ea3;p=apache C::Scan strikes again; include argument name in ap_invoke_handler prototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88965 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index 4b7c5b2de5..27b45c3e75 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -922,7 +922,7 @@ AP_DECLARE(void) ap_process_config_tree(server_rec *s, ap_directive_t *conftree, * @param r The current request * @return The status of the current request */ -int ap_invoke_handler(request_rec *); +int ap_invoke_handler(request_rec *r); /* for mod_perl */