From: André Malo Date: Thu, 22 Apr 2004 20:44:32 +0000 (+0000) Subject: declare the prototypes as well. X-Git-Tag: pre_ajp_proxy~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=658eb12fd6c9bcb0d95a29ab32f9e21500fd88d4;p=apache declare the prototypes as well. PR: 28523 again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103480 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index d824d89068..6522267e8b 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -685,8 +685,8 @@ AP_DECLARE_NONSTD(apr_status_t) ap_old_write_filter(ap_filter_t *f, apr_bucket_b * Setting up the protocol fields for subsidiary requests... * Also, a wrapup function to keep the internal accounting straight. */ -void ap_set_sub_req_protocol(request_rec *rnew, const request_rec *r); -void ap_finalize_sub_req_protocol(request_rec *sub_r); +AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew, const request_rec *r); +AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub_r); #ifdef __cplusplus }