diff options
Diffstat (limited to 'src/xrespondent.hpp')
-rw-r--r-- | src/xrespondent.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xrespondent.hpp b/src/xrespondent.hpp index eb6ac9a..4143e36 100644 --- a/src/xrespondent.hpp +++ b/src/xrespondent.hpp @@ -47,6 +47,7 @@ namespace xs ~xrespondent_t (); // Overloads of functions from socket_base_t. + int xsetsockopt (int option_, const void *optval_, size_t optvallen_); void xattach_pipe (xs::pipe_t *pipe_, bool icanhasall_); int xsend (msg_t *msg_, int flags_); int xrecv (msg_t *msg_, int flags_); |