]> granicus.if.org Git - apache/commit
Remove CORE_PRIVATE.
authorPaul Querna <pquerna@apache.org>
Mon, 7 Apr 2008 08:44:14 +0000 (08:44 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 7 Apr 2008 08:44:14 +0000 (08:44 +0000)
commit5e415009f36005803cc9f9054e84c1913c5f5476
treeed421b7e2d3f08a105e03f6f1472c53c9f05b206
parentefe851a18684f858b1a5aa4dd964a553cc38c45e
Remove CORE_PRIVATE.

This define serves no modern purpose, since every module in the wild, including
our own define it, for no purpose.

If you have functions which you do not want in the 'public' API, put them
in a private header, that is not installed, just like mod_ssl does.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645412 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
include/http_connection.h
include/http_core.h
include/http_log.h
include/http_protocol.h
include/http_request.h
include/httpd.h