diff options
Diffstat (limited to 'src/reverse-proxy.h')
-rw-r--r-- | src/reverse-proxy.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/reverse-proxy.h b/src/reverse-proxy.h index a96dc9a..22e0d08 100644 --- a/src/reverse-proxy.h +++ b/src/reverse-proxy.h @@ -23,11 +23,10 @@ #include "conns.h" -struct reversepath -{ - struct reversepath *next; - char *path; - char *url; +struct reversepath { + struct reversepath *next; + char *path; + char *url; }; #define REVERSE_COOKIE "yummy_magical_cookie" |