summaryrefslogtreecommitdiff
path: root/include/zmq_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zmq_utils.h')
-rw-r--r--include/zmq_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq_utils.h b/include/zmq_utils.h
index 4a0d119..9911b4e 100644
--- a/include/zmq_utils.h
+++ b/include/zmq_utils.h
@@ -45,7 +45,7 @@ extern "C" {
/* about minutiae of time-related functions on different OS platforms. */
/* Starts the stopwatch. Returns the handle to the watch. */
-ZMQ_EXPORT void *zmq_stopwatch_start ();
+ZMQ_EXPORT void *zmq_stopwatch_start (void);
/* Stops the stopwatch. Returns the number of microseconds elapsed since */
/* the stopwatch was started. */