diff options
Diffstat (limited to 'src/unix.h')
-rw-r--r-- | src/unix.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ | |||
16 | #include "socket.h" | 16 | #include "socket.h" |
17 | 17 | ||
18 | typedef struct t_unix_ { | 18 | typedef struct t_unix_ { |
19 | t_sock sock; | 19 | t_socket sock; |
20 | t_io io; | 20 | t_io io; |
21 | t_buf buf; | 21 | t_buffer buf; |
22 | t_tm tm; | 22 | t_timeout tm; |
23 | } t_unix; | 23 | } t_unix; |
24 | typedef t_unix *p_unix; | 24 | typedef t_unix *p_unix; |
25 | 25 | ||