diff options
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r-- | src/xpub.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp index c0e47ff..f9cb737 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -49,6 +49,7 @@ namespace xs ~xpub_t (); // Implementations of virtual 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 (xs::msg_t *msg_, int flags_); bool xhas_out (); |