diff options
Diffstat (limited to 'src/transparent-proxy.h')
-rw-r--r-- | src/transparent-proxy.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transparent-proxy.h b/src/transparent-proxy.h index 37cc54d..09a7777 100644 --- a/src/transparent-proxy.h +++ b/src/transparent-proxy.h @@ -29,9 +29,10 @@ #include "hashmap.h" #include "reqs.h" -extern int do_transparent_proxy(struct conn_s *connptr, - hashmap_t hashofheaders, struct request_s *request, - struct config_s *config, char *url); +extern int do_transparent_proxy (struct conn_s *connptr, + hashmap_t hashofheaders, + struct request_s *request, + struct config_s *config, char *url); #endif |