diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 2e7b6f9..85e8848 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -38,6 +38,7 @@ typedef struct sockaddr SA; | |||
38 | * interface to sockets | 38 | * interface to sockets |
39 | \*=========================================================================*/ | 39 | \*=========================================================================*/ |
40 | int sock_open(void); | 40 | int sock_open(void); |
41 | int sock_close(void); | ||
41 | void sock_destroy(p_sock ps); | 42 | void sock_destroy(p_sock ps); |
42 | void sock_shutdown(p_sock ps, int how); | 43 | void sock_shutdown(p_sock ps, int how); |
43 | int sock_send(p_sock ps, const char *data, size_t count, | 44 | int sock_send(p_sock ps, const char *data, size_t count, |