summaryrefslogtreecommitdiff
path: root/src/xsub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsub.hpp')
-rw-r--r--src/xsub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsub.hpp b/src/xsub.hpp
index 6b1e26b..f9e5210 100644
--- a/src/xsub.hpp
+++ b/src/xsub.hpp
@@ -45,7 +45,7 @@ namespace xs
protected:
// Overloads of functions from socket_base_t.
- void xattach_pipe (xs::pipe_t *pipe_);
+ void xattach_pipe (xs::pipe_t *pipe_, bool icanhasall_);
int xsend (xs::msg_t *msg_, int flags_);
bool xhas_out ();
int xrecv (xs::msg_t *msg_, int flags_);