mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C binding
This commit is contained in:
@@ -40,9 +40,9 @@ namespace zmq
|
||||
void xkill (class reader_t *pipe_);
|
||||
void xrevive (class reader_t *pipe_);
|
||||
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int xsend (struct zmq_msg_t *msg_, int flags_);
|
||||
int xsend (zmq_msg_t *msg_, int flags_);
|
||||
int xflush ();
|
||||
int xrecv (struct zmq_msg_t *msg_, int flags_);
|
||||
int xrecv (zmq_msg_t *msg_, int flags_);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user