]> granicus.if.org Git - apache/commitdiff
Another missing AP_DECLARE mismatch
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 28 Feb 2001 15:13:30 +0000 (15:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 28 Feb 2001 15:13:30 +0000 (15:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88389 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index f3b1e7e685b33c1aa08076f66d8e5efabad70c62..e04c1940941ec42bf39d56542e3020d749fa5f7d 100644 (file)
@@ -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",