]> granicus.if.org Git - apache/commitdiff
added AP_DECLARE for new ap_create_request
authorStefan Eissing <icing@apache.org>
Wed, 9 Mar 2016 12:39:04 +0000 (12:39 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 9 Mar 2016 12:39:04 +0000 (12:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734231 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 581540693f88bc77e4568d8838f08e89209cd883..1f2081bf8580e5ef419c7dac30b357bc18402aeb 100644 (file)
@@ -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.