Commit 6ba45feb authored by Doug MacEachern's avatar Doug MacEachern
Browse files

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
parent 98d8e8d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */