From cadda948edfa9047b9b2c40427c72450dd062e39 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 31 Oct 2003 22:00:38 +0000 Subject: [PATCH] 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 --- include/http_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_config.h b/include/http_config.h index 663f31de91..61efab4e98 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 -- 2.40.0