summaryrefslogtreecommitdiffhomepage
path: root/src/transparent-proxy.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-12-01 15:01:11 +0000
committerMukund Sivaraman <muks@banu.com>2008-12-01 15:01:11 +0000
commita257703e59163b4f38c38f549179b8e45ac68c63 (patch)
treed056783c13f4adb25c133899f5d750a2b7123a2f /src/transparent-proxy.h
parent448c19077c195fafd244539eeb5315773261fcaf (diff)
Reformat code to GNU coding style
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made.
Diffstat (limited to 'src/transparent-proxy.h')
-rw-r--r--src/transparent-proxy.h7
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