summaryrefslogtreecommitdiffstats
path: root/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.h')
-rw-r--r--proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy.h b/proxy.h
index f9a781e..44d971d 100644
--- a/proxy.h
+++ b/proxy.h
@@ -13,4 +13,6 @@ void proxy_removeServer(epoll_server_t * const server);
BOOL proxy_fromServer(epoll_server_t *server, const size_t maxLen);
+void proxy_initDefaultMap(server_t *server);
+
#endif