summaryrefslogtreecommitdiff
path: root/src/xreq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r--src/xreq.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xreq.hpp b/src/xreq.hpp
index 73af21f..e0cafe5 100644
--- a/src/xreq.hpp
+++ b/src/xreq.hpp
@@ -41,8 +41,8 @@ namespace zmq
// Overloads of functions from socket_base_t.
void xattach_pipes (class reader_t *inpipe_, class writer_t *outpipe_,
const blob_t &peer_identity_);
- int xsend (zmq_msg_t *msg_, int flags_);
- int xrecv (zmq_msg_t *msg_, int flags_);
+ int xsend (class msg_t *msg_, int flags_);
+ int xrecv (class msg_t *msg_, int flags_);
bool xhas_in ();
bool xhas_out ();