From: Joe Orton Date: Mon, 7 Apr 2008 12:09:02 +0000 (+0000) Subject: * include/http_request.h: Fix warning with gcc -Wall. X-Git-Tag: 2.3.0~788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc34f73c892721590e7a47f1202fd3a10ec57caa;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/include/http_request.h b/include/http_request.h index 3fad8aa930c..cda1b955d54 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -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