summaryrefslogtreecommitdiffstats
path: root/server/connection.c
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 /server/connection.c
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 'server/connection.c')
-rw-r--r--server/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connection.c b/server/connection.c
index e7e49cea38..3231c5fa39 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -230,7 +230,7 @@ int ap_pre_http_connection(conn_rec *c)
return OK;
}
-int ap_process_http_connection(conn_rec *c)
+AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *c)
{
request_rec *r;