mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-10 15:19:16 +08:00
13 lines
330 B
Groff
13 lines
330 B
Groff
.TH zmq_msg_move 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
|
|
.SH NAME
|
|
zmq_msg_move \- moves content of a message to another message
|
|
.SH SYNOPSIS
|
|
.B int zmq_msg_move (zmq_msg_t *dest, zmq_msg_t *src);
|
|
.SH DESCRIPTION
|
|
.SH RETURN VALUE
|
|
.SH ERRORS
|
|
.SH EXAMPLE
|
|
.SH SEE ALSO
|
|
.SH AUTHOR
|
|
Martin Sustrik <sustrik at 250bpm dot com>
|