From: Bradley Nicholes Date: Fri, 31 Oct 2003 22:00:38 +0000 (+0000) Subject: Revert the change to the cmd_func typedef to avoid a type mismatch X-Git-Tag: pre_ajp_proxy~1090 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cadda948edfa9047b9b2c40427c72450dd062e39;p=thirdparty%2Fapache%2Fhttpd.git Revert the change to the cmd_func typedef to avoid a type mismatch compiler error in the Metrowerks compiler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index 663f31de91d..61efab4e98c 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) (void); +typedef const char *(*cmd_func) (); # define AP_NO_ARGS func # define AP_RAW_ARGS func