1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
Doug MacEachern
2001-04-30 06:04:33 +00:00
parent fa2595bb24
commit d2c7c8ef9b

View File

@@ -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 */