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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user