summaryrefslogtreecommitdiff
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 22:32:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 22:32:15 +0000
commite62172bbdde0f7dc64620bba56036eb99561ea6b (patch)
treea7d62ffbeaf7337d8a6b7ecfb4b7128f7c07e6b7 /include/http_connection.h
parenta39d930bda09816eab6ccdaa77ba8e1230ef5840 (diff)
downloadhttpd-e62172bbdde0f7dc64620bba56036eb99561ea6b.tar.gz
The fast fix to get FirstBill back out of the gate. It brings up an
issue I'll address to the list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index e43aed2fb3..1af06390a3 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -98,7 +98,7 @@ int ap_pre_http_connection(conn_rec *);
* @param c The connection on which the request is read
* @return OK or DECLINED
*/
-AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *);
+AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *);
AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c);