Commit 138dbe66 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Another missing AP_DECLARE mismatch


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88389 13f79535-47bb-0310-9956-ffa450edef68
parent 5f0c4520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",