mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
fix the linkage of and add a prototype for ap_proxy_table_unmerge()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1074,7 +1074,7 @@ PROXY_DECLARE(void) ap_proxy_reset_output_filters(conn_rec *c)
|
||||
}
|
||||
|
||||
/* unmerge an element in the table */
|
||||
void ap_proxy_table_unmerge(apr_pool_t *p, apr_table_t *t, char *key)
|
||||
PROXY_DECLARE(void) ap_proxy_table_unmerge(apr_pool_t *p, apr_table_t *t, char *key)
|
||||
{
|
||||
apr_off_t offset = 0;
|
||||
apr_off_t count = 0;
|
||||
|
Reference in New Issue
Block a user