mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 16:56:11 +01:00
16 lines
416 B
Groff
16 lines
416 B
Groff
.TH zmq_msg_init_data 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
|
|
.SH NAME
|
|
zmq_msg_init \- initialises 0MQ message from the given data
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.B typedef void (zmq_free_fn) (void *data);
|
|
.B int zmq_msg_init_data (zmq_msg_t *msg, void *data, size_t size, zmq_free_fn *ffn);
|
|
.fi
|
|
.SH DESCRIPTION
|
|
.SH RETURN VALUE
|
|
.SH ERRORS
|
|
.SH EXAMPLE
|
|
.SH SEE ALSO
|
|
.SH AUTHOR
|
|
Martin Sustrik <sustrik at 250bpm dot com>
|