summaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 19:38:34 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 19:38:34 +0100
commit850f8cc33ac248d7e91c21856d4fc0eaac843eee (patch)
tree7f9a1ce9227fdf03a29f78a9545717a6e3cc73e0 /include/http_connection.h
parentStop checking to see if this is a pipelined request if we know (diff)
downloadapache2-850f8cc33ac248d7e91c21856d4fc0eaac843eee.tar.xz
apache2-850f8cc33ac248d7e91c21856d4fc0eaac843eee.zip
By popular review
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87739 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 8f0d2264fd..e43aed2fb3 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
*/
-int ap_process_http_connection(conn_rec *);
+AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *);
AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c);