Reorder need_bind in struct configuration_spec to save memory
[privoxy.git] / gateway.h
index 256dc43..0f28a63 100644 (file)
--- a/gateway.h
+++ b/gateway.h
@@ -40,7 +40,7 @@ struct forward_spec;
 struct http_request;
 struct client_state;
 
-extern jb_socket forwarded_connect(const struct forward_spec * fwd,
+extern jb_socket forwarded_connect(const struct forward_spec *fwd,
                                    struct http_request *http,
                                    struct client_state *csp);