You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2008/04/07 14:09:04 UTC

svn commit: r645472 - /httpd/httpd/trunk/include/http_request.h

Author: jorton
Date: Mon Apr  7 05:09:02 2008
New Revision: 645472

URL: http://svn.apache.org/viewvc?rev=645472&view=rev
Log:
* include/http_request.h: Fix warning with gcc -Wall.

Modified:
    httpd/httpd/trunk/include/http_request.h

Modified: httpd/httpd/trunk/include/http_request.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_request.h?rev=645472&r1=645471&r2=645472&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_request.h (original)
+++ httpd/httpd/trunk/include/http_request.h Mon Apr  7 05:09:02 2008
@@ -211,7 +211,7 @@
  * 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