From: Stefan Eissing Date: Wed, 9 Mar 2016 12:39:04 +0000 (+0000) Subject: added AP_DECLARE for new ap_create_request X-Git-Tag: 2.5.0-alpha~1939 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ded480d219d73e74a2a17f35f73e42de38c4d676;p=thirdparty%2Fapache%2Fhttpd.git added AP_DECLARE for new ap_create_request git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734231 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 581540693f8..1f2081bf858 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -58,7 +58,7 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_old_write_func; * @param c The current connection * @return The new request_rec */ -request_rec *ap_create_request(conn_rec *c); +AP_DECLARE(request_rec *) ap_create_request(conn_rec *c); /** * Read a request and fill in the fields.