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 int send_buf(int fd, void *data, size_t size); +void sock_stuff_set_verbose(int level); + #endif /* __SOCK_STUFF_H */ |