From: Cliff Woolley Date: Mon, 25 Mar 2002 07:37:34 +0000 (+0000) Subject: nit X-Git-Tag: 2.0.34~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31e5cc460335897d122807d2bb7535ab513badf;p=thirdparty%2Fapache%2Fhttpd.git nit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94157 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 56a00cac9af..de7fc0d5256 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1268,6 +1268,7 @@ static void fixup_vary(request_rec *r) apr_array_pstrcat(r->pool, varies, ',')); } } + AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct) { r->content_type = ct;