summaryrefslogtreecommitdiffstats
path: root/sock_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'sock_stuff.h')
-rw-r--r--sock_stuff.h2
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
24int send_buf(int fd, void *data, size_t size); 24int send_buf(int fd, void *data, size_t size);
25 25
26void sock_stuff_set_verbose(int level);
27
26#endif /* __SOCK_STUFF_H */ 28#endif /* __SOCK_STUFF_H */
27 29