diff options
Diffstat (limited to 'src/usocket.h')
-rw-r--r-- | src/usocket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usocket.h b/src/usocket.h index d3d4f48..e1f7498 100644 --- a/src/usocket.h +++ b/src/usocket.h | |||
@@ -32,9 +32,9 @@ | |||
32 | /* TCP options (nagle algorithm disable) */ | 32 | /* TCP options (nagle algorithm disable) */ |
33 | #include <netinet/tcp.h> | 33 | #include <netinet/tcp.h> |
34 | 34 | ||
35 | typedef int t_sock; | 35 | typedef int t_socket; |
36 | typedef t_sock *p_sock; | 36 | typedef t_socket *p_socket; |
37 | 37 | ||
38 | #define SOCK_INVALID (-1) | 38 | #define SOCKET_INVALID (-1) |
39 | 39 | ||
40 | #endif /* USOCKET_H */ | 40 | #endif /* USOCKET_H */ |