From 850f8cc33ac248d7e91c21856d4fc0eaac843eee Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 19 Jan 2001 18:38:34 +0000 Subject: By popular review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87739 13f79535-47bb-0310-9956-ffa450edef68 --- server/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/connection.c') 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; -- cgit v1.2.3