* include/http_request.h: Fix warning with gcc -Wall.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2008-04-07 12:09:02 +00:00
parent a324a1d72f
commit cc34f73c89

View 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