diff options
Diffstat (limited to 'src/xrep.hpp')
-rw-r--r-- | src/xrep.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrep.hpp b/src/xrep.hpp index d73549b..d8723db 100644 --- a/src/xrep.hpp +++ b/src/xrep.hpp @@ -48,7 +48,7 @@ namespace xs ~xrep_t (); // 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 (msg_t *msg_, int flags_); int xrecv (msg_t *msg_, int flags_); bool xhas_in (); |