summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 92f97a1..a26076e 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -48,7 +48,7 @@ namespace xs
~xpub_t ();
// Implementations of virtual 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_);