diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2019-12-12 18:04:13 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2019-12-12 18:04:13 +0300 |
| commit | 66bfedc8cdda5e6b1a7e6096e553f790f72a6b63 (patch) | |
| tree | f79e6e502ec69ab2ad45d900d210f77c9f8bcc99 /tunnel.h | |
| parent | 45c6387126ba8a09292ce72b0f568041950ef329 (diff) | |
explicit server activation
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 |
