mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
zmq_msg_t will now typedef a named struct.
This change allows forward declaration of struct zmq_msg_t.
This commit is contained in:
parent
d981c91f80
commit
7bf516ded7
@ -176,7 +176,7 @@ ZMQ_EXPORT int zmq_term (void *context);
|
|||||||
/* 0MQ message definition. */
|
/* 0MQ message definition. */
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
typedef struct {unsigned char _ [32];} zmq_msg_t;
|
typedef struct zmq_msg_t {unsigned char _ [32];} zmq_msg_t;
|
||||||
|
|
||||||
typedef void (zmq_free_fn) (void *data, void *hint);
|
typedef void (zmq_free_fn) (void *data, void *hint);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user