aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/supplemental/util/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/util/platform.h b/src/supplemental/util/platform.h
index fd287713..0fcc7d16 100644
--- a/src/supplemental/util/platform.h
+++ b/src/supplemental/util/platform.h
@@ -34,7 +34,7 @@ typedef uint64_t nng_time;
// Return an absolute time from some arbitrary point. The value is
// provided in milliseconds, and is of limited resolution based on the
// system clock. (Do not use it for fine grained performance measurements.)
-NNG_DECL uint64_t nng_clock(void);
+NNG_DECL nng_time nng_clock(void);
// Sleep for specified msecs.
NNG_DECL void nng_msleep(nng_duration);