1
0
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:
Jeff Trawick
2002-02-21 11:42:03 +00:00
parent 203edb6d82
commit e8b6f67b6a
2 changed files with 2 additions and 2 deletions

View File

@@ -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;