summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index e945198..19aa38a 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -39,9 +39,9 @@ namespace zmq
// Implementations of virtual 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 xsend (class msg_t *msg_, int flags_);
bool xhas_out ();
- int xrecv (zmq_msg_t *msg_, int flags_);
+ int xrecv (class msg_t *msg_, int flags_);
bool xhas_in ();
private: