From: Sander Striker Date: Fri, 31 Oct 2003 09:01:49 +0000 (+0000) Subject: * include/http_config.h X-Git-Tag: pre_ajp_proxy~1091 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9120ae5e41032d5f9c4fc512c14d37d6dde33931;p=thirdparty%2Fapache%2Fhttpd.git * include/http_config.h (cmd_func): Fix prototype, eliminate warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101630 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index 61efab4e98c..663f31de91d 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -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