From: William A. Rowe Jr Date: Wed, 28 Feb 2001 15:13:30 +0000 (+0000) Subject: Another missing AP_DECLARE mismatch X-Git-Tag: 2.0.14~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cf2c99cf59726a1f5e387533a63c753dfe03f07;p=apache Another missing AP_DECLARE mismatch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88389 13f79535-47bb-0310-9956-ffa450edef68 --- 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",