]> granicus.if.org Git - apache/commitdiff
Revert the change to the cmd_func typedef to avoid a type mismatch
authorBradley Nicholes <bnicholes@apache.org>
Fri, 31 Oct 2003 22:00:38 +0000 (22:00 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 31 Oct 2003 22:00:38 +0000 (22:00 +0000)
compiler error in the Metrowerks compiler

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

include/http_config.h

index 663f31de91d02c639a29340f5c6ae306d4688858..61efab4e98cfc6e2b4bf6430038852bc04d920cb 100644 (file)
@@ -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