]> granicus.if.org Git - apache/commitdiff
C::Scan strikes again; include argument name in ap_invoke_handler prototype
authorDoug MacEachern <dougm@apache.org>
Mon, 30 Apr 2001 06:04:33 +0000 (06:04 +0000)
committerDoug MacEachern <dougm@apache.org>
Mon, 30 Apr 2001 06:04:33 +0000 (06:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88965 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 4b7c5b2de54694a07fe9387169b2c802ed97733a..27b45c3e750747122792c8e373fba6b5575caef1 100644 (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 */