diff options
Diffstat (limited to 'tunnel.h')
| -rw-r--r-- | tunnel.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,6 @@ bool tunnel_alive(bool *alive); int tunnel_client(void); - -bool tunnel_daemon(int sock); +bool tunnel_server(void); #endif |
