Merge pull request #1848 from benjamg/benjamg-patch-1

parameter naming consistency [aesthetic]
This commit is contained in:
Pieter Hintjens 2016-03-11 11:49:54 +01:00
commit dbb6b019e6

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);