]> granicus.if.org Git - apache/commitdiff
The fast fix to get FirstBill back out of the gate. It brings up an
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Jan 2001 22:32:15 +0000 (22:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Jan 2001 22:32:15 +0000 (22:32 +0000)
  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

include/http_connection.h
server/connection.c

index e43aed2fb311dcc15fd629dbfa4308830d72bca8..1af06390a37d252f85f735d2c10969601b81e7e2 100644 (file)
@@ -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);
 
index 3231c5fa3900c29515e55440e5e1612ba714147b..5c9f50bf01a08d9a199701036f17822d5c51cdb4 100644 (file)
@@ -230,7 +230,7 @@ int ap_pre_http_connection(conn_rec *c)
     return OK;
 }
 
-AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *c)
+AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *c)
 {
     request_rec *r;