Skip to content

Commit

Permalink
Merge pull request zeromq#1848 from benjamg/benjamg-patch-1
Browse files Browse the repository at this point in the history
parameter naming consistency [aesthetic]
  • Loading branch information
hintjens committed Mar 11, 2016
2 parents 24d12dc + 7cc50d0 commit dbb6b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit dbb6b01

Please sign in to comment.