summaryrefslogtreecommitdiff
path: root/src/pull.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pull.hpp')
-rw-r--r--src/pull.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pull.hpp b/src/pull.hpp
index 04da465..5453bbd 100644
--- a/src/pull.hpp
+++ b/src/pull.hpp
@@ -45,6 +45,7 @@ namespace xs
protected:
// 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 xrecv (xs::msg_t *msg_, int flags_);
bool xhas_in ();