From ded480d219d73e74a2a17f35f73e42de38c4d676 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 9 Mar 2016 12:39:04 +0000 Subject: [PATCH] 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 --- include/http_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3