]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* include/http_config.h
authorSander Striker <striker@apache.org>
Fri, 31 Oct 2003 09:01:49 +0000 (09:01 +0000)
committerSander Striker <striker@apache.org>
Fri, 31 Oct 2003 09:01:49 +0000 (09:01 +0000)
  (cmd_func): Fix prototype, eliminate warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101630 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 61efab4e98cfc6e2b4bf6430038852bc04d920cb..663f31de91d02c639a29340f5c6ae306d4688858 100644 (file)
@@ -184,7 +184,7 @@ typedef union {
 
 #else /* AP_HAVE_DESIGNATED_INITIALIZER */
 
-typedef const char *(*cmd_func) ();
+typedef const char *(*cmd_func) (void);
 
 # define AP_NO_ARGS  func
 # define AP_RAW_ARGS func