mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 16:11:32 +00:00
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user