From 0cf2c99cf59726a1f5e387533a63c753dfe03f07 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 28 Feb 2001 15:13:30 +0000 Subject: [PATCH] Another missing AP_DECLARE mismatch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88389 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.c b/server/protocol.c index f3b1e7e685..e04c194094 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -113,7 +113,7 @@ APR_HOOK_STRUCT( * - then, if there are no parameters on type, add the default charset * - return type */ -const char *ap_make_content_type(request_rec *r, const char *type) +AP_DECLARE(const char *)ap_make_content_type(request_rec *r, const char *type) { static const char *needcset[] = { "text/plain", -- 2.40.0