summaryrefslogtreecommitdiff
path: root/src/rep.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.hpp')
-rw-r--r--src/rep.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rep.hpp b/src/rep.hpp
index 7ead321..9d2357d 100644
--- a/src/rep.hpp
+++ b/src/rep.hpp
@@ -40,6 +40,7 @@ namespace zmq
void xdetach_outpipe (class writer_t *pipe_);
void xkill (class reader_t *pipe_);
void xrevive (class reader_t *pipe_);
+ void xrevive (class writer_t *pipe_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
int xsend (zmq_msg_t *msg_, int flags_);
int xflush ();