diff options
Diffstat (limited to 'src/sock.h')
-rw-r--r-- | src/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ union sockaddr_union { }; extern int init_sock(void); -extern void destroy_dock(void); +extern void cleanup_dock(void); extern int opensock (const char *host, int port, const char *bind_to, const char *bind_to_alt); extern int listen_sock (const char *addr, uint16_t port, sblist* listen_fds); |