Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
dbb6b019
Commit
dbb6b019
authored
Mar 11, 2016
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1848 from benjamg/benjamg-patch-1
parameter naming consistency [aesthetic]
parents
24d12dc3
7cc50d00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zmq.h
include/zmq.h
+1
-1
No files found.
include/zmq.h
View file @
dbb6b019
...
...
@@ -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
*
c
tx_
);
ZMQ_EXPORT
int
zmq_ctx_shutdown
(
void
*
c
ontext
);
ZMQ_EXPORT
int
zmq_ctx_set
(
void
*
context
,
int
option
,
int
optval
);
ZMQ_EXPORT
int
zmq_ctx_get
(
void
*
context
,
int
option
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment