zmq.h: Fix typo and use of C99 comment

This commit is contained in:
Martin Lucina 2010-09-04 16:10:14 +02:00
parent ee3444ff93
commit f850190c16

View File

@ -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 */