]> granicus.if.org Git - apache/commitdiff
* include/http_request.h: Fix warning with gcc -Wall.
authorJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 12:09:02 +0000 (12:09 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 12:09:02 +0000 (12:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645472 13f79535-47bb-0310-9956-ffa450edef68

include/http_request.h

index 3fad8aa930cfcdb5c8ed7c750bfa7c7616112963..cda1b955d54a60e63585cb79ef7922f70cfff1e1 100644 (file)
@@ -211,7 +211,7 @@ AP_DECLARE(int) ap_some_auth_required(request_rec *r);
  * Clear flag which determines when access control hooks will be run for
  * internal requests.
  */
-AP_DECLARE(void) ap_clear_auth_internal();
+AP_DECLARE(void) ap_clear_auth_internal(void);
 
 /**
  * Determine whether access control hooks will be run for all internal