diff options
author | Michael Adam <obnox@samba.org> | 2009-12-06 22:53:17 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:36 +0100 |
commit | 624d146cd6eefe1a6e6317f27a99f8c9521ab63d (patch) | |
tree | 837913dc52fe6aad2717a05ce05fcf6f42e1bcc2 /src/reverse-proxy.h | |
parent | 21aa3ecf60e5e6e54a9775876ae9e0eb6224e9cd (diff) |
Add reversepath_list parameter to reversepath_add.
Michael
Diffstat (limited to 'src/reverse-proxy.h')
-rw-r--r-- | src/reverse-proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reverse-proxy.h b/src/reverse-proxy.h index 22e0d08..6bd40d6 100644 --- a/src/reverse-proxy.h +++ b/src/reverse-proxy.h @@ -31,7 +31,8 @@ struct reversepath { #define REVERSE_COOKIE "yummy_magical_cookie" -extern void reversepath_add (const char *path, const char *url); +extern void reversepath_add (const char *path, const char *url, + struct reversepath **reversepath_list); extern struct reversepath *reversepath_get (char *url); extern char *reverse_rewrite_url (struct conn_s *connptr, hashmap_t hashofheaders, char *url); |