summaryrefslogtreecommitdiff
path: root/man/man3/zmq_bind.3
blob: 70f1df780e1d673c293844ba318977f1a33dce0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.TH zmq_bind 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
.SH NAME
zmq_bind \- binds the socket to the specified address
.SH SYNOPSIS
.B int zmq_bind (void *s, const char *addr);
.SH DESCRIPTION
.SH RETURN VALUE
.SH ERRORS
.SH EXAMPLE
.SH SEE ALSO
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>