1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-09 15:21:02 +03:00

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
This commit is contained in:
Paul Querna
2008-04-07 08:44:14 +00:00
parent efe851a186
commit 5e415009f3
7 changed files with 0 additions and 21 deletions

View File

@@ -308,7 +308,6 @@ AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...);
#define MERGE_ALLOW 0
#define REPLACE_ALLOW 1
#ifdef CORE_PRIVATE
/**
* Process a top-level request from a client, and synchronously write
* the response to the client
@@ -330,7 +329,6 @@ void ap_process_async_request(request_rec *);
* @param r The current request
*/
AP_DECLARE(void) ap_die(int type, request_rec *r);
#endif
/* Hooks */