summaryrefslogtreecommitdiff
path: root/tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel.h')
-rw-r--r--tunnel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tunnel.h b/tunnel.h
index a62f1b8..014a5e5 100644
--- a/tunnel.h
+++ b/tunnel.h
@@ -8,7 +8,6 @@
bool tunnel_alive(bool *alive);
int tunnel_client(void);
-
-bool tunnel_daemon(int sock);
+bool tunnel_server(void);
#endif