parameter naming consistency [aesthetic]

This commit is contained in:
Ben Gray 2016-03-11 09:15:58 +00:00
parent 24d12dc30a
commit 7cc50d0005

View File

@ -201,7 +201,7 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
ZMQ_EXPORT void *zmq_ctx_new (void);
ZMQ_EXPORT int zmq_ctx_term (void *context);
ZMQ_EXPORT int zmq_ctx_shutdown (void *ctx_);
ZMQ_EXPORT int zmq_ctx_shutdown (void *context);
ZMQ_EXPORT int zmq_ctx_set (void *context, int option, int optval);
ZMQ_EXPORT int zmq_ctx_get (void *context, int option);