Commit dbb6b019 authored by Pieter Hintjens's avatar Pieter Hintjens

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

parameter naming consistency [aesthetic]
parents 24d12dc3 7cc50d00
......@@ -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);
......
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