mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
zmq.h: Fix typo and use of C99 comment
This commit is contained in:
parent
ee3444ff93
commit
f850190c16
@ -42,13 +42,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/******************************************************************************/
|
||||
/* 0MQ versioning support. */
|
||||
/* 0MQ versioning support. */
|
||||
/******************************************************************************/
|
||||
|
||||
ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
|
||||
|
||||
/******************************************************************************/
|
||||
// 0MQ errors.
|
||||
/* 0MQ errors. */
|
||||
/******************************************************************************/
|
||||
|
||||
/* A number random anough not to collide with different errno ranges on */
|
||||
|
Loading…
x
Reference in New Issue
Block a user