Unverified Commit c05d010c authored by Simon Giesecke's avatar Simon Giesecke Committed by GitHub

Problem: zmq_proxy signature in documentation does not match actual signature

Solution: remove extra const
parent fae88633
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment