From e1030f2fe7c2e1979769a833d2a27ac78e6212ef Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:30:14 +0000 Subject: [PATCH] Cosmetic fixes. --- nsock/src/nsock_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsock/src/nsock_proxy.c b/nsock/src/nsock_proxy.c index cff6a5ee7..44fa6ff64 100644 --- a/nsock/src/nsock_proxy.c +++ b/nsock/src/nsock_proxy.c @@ -95,8 +95,8 @@ static void proxy_http_ev_handler(nsock_pool nspool, nsock_event nsevent, void * static nsock_event_id proxy_http_connect_tcp(nsock_pool nsp, nsock_iod ms_iod, nsock_ev_handler handler, int timeout_msecs, void *userdata, struct sockaddr *saddr, size_t sslen, unsigned short port); -static char *proxy_http_data_encode(const char *src, size_t len, size_t *dlen); -static char *proxy_http_data_decode(const char *src, size_t len, size_t *dlen); +static char *proxy_http_data_encode(const char *src, size_t len, size_t *dlen); +static char *proxy_http_data_decode(const char *src, size_t len, size_t *dlen); const struct proxy_actions ProxyActions[PROXY_TYPE_COUNT] = {