diff options
Diffstat (limited to 'sock_stuff.h')
| -rw-r--r-- | sock_stuff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sock_stuff.h b/sock_stuff.h index 9965f4e..b9766ba 100644 --- a/sock_stuff.h +++ b/sock_stuff.h | |||
| @@ -23,5 +23,7 @@ int recv_buf_timeout(int fd, void *data, size_t size, int flags, unsigned int ti | |||
| 23 | 23 | ||
| 24 | int send_buf(int fd, void *data, size_t size); | 24 | int send_buf(int fd, void *data, size_t size); |
| 25 | 25 | ||
| 26 | void sock_stuff_set_verbose(int level); | ||
| 27 | |||
| 26 | #endif /* __SOCK_STUFF_H */ | 28 | #endif /* __SOCK_STUFF_H */ |
| 27 | 29 | ||
