mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: zmq_proxy signature in documentation does not match actual signature
Solution: remove extra const
This commit is contained in:
parent
fae88633d7
commit
c05d010c01
@ -8,7 +8,7 @@ zmq_proxy - start built-in 0MQ proxy
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
*int zmq_proxy (const void '*frontend', const void '*backend', const void '*capture');*
|
||||
*int zmq_proxy (void '*frontend', void '*backend', void '*capture');*
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user