]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_rset_content_type() should take const char * instead of char *
authorJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 12:03:49 +0000 (12:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 12:03:49 +0000 (12:03 +0000)
commit6a50913ef40963c28484bdd222bb6db1534e5e3b
tree1f06bcc568a270930533691ddea4fd2f31e0935d
parent49d7fd9298cb9bfba9e44f617a80cde4ed0d2a67
ap_rset_content_type() should take const char * instead of char *
this is friendlier to callers and r->content_type is const char *
too so it isn't harmful

this fixes a fatal compile error with AIX+xlc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94051 13f79535-47bb-0310-9956-ffa450edef68
include/http_protocol.h
modules/http/http_protocol.c