summaryrefslogtreecommitdiff
path: root/include/http_log.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-04-07 08:44:14 +0000
committerPaul Querna <pquerna@apache.org>2008-04-07 08:44:14 +0000
commit5e415009f36005803cc9f9054e84c1913c5f5476 (patch)
treeed421b7e2d3f08a105e03f6f1472c53c9f05b206 /include/http_log.h
parentefe851a18684f858b1a5aa4dd964a553cc38c45e (diff)
downloadhttpd-5e415009f36005803cc9f9054e84c1913c5f5476.tar.gz
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
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/http_log.h b/include/http_log.h
index 9a09b7d310..60f9912e89 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -121,8 +121,6 @@ AP_DECLARE(apr_status_t) ap_replace_stderr_log(apr_pool_t *p,
int ap_open_logs(apr_pool_t *pconf, apr_pool_t *plog,
apr_pool_t *ptemp, server_rec *s_main);
-#ifdef CORE_PRIVATE
-
/**
* Perform special processing for piped loggers in MPM child
* processes.
@@ -133,8 +131,6 @@ int ap_open_logs(apr_pool_t *pconf, apr_pool_t *plog,
*/
void ap_logs_child_init(apr_pool_t *p, server_rec *s);
-#endif /* CORE_PRIVATE */
-
/*
* The primary logging functions, ap_log_error, ap_log_rerror, ap_log_cerror,
* and ap_log_perror use a printf style format string to build the log message.