summaryrefslogtreecommitdiff
path: root/toxcore/mono_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/mono_time.h')
-rw-r--r--toxcore/mono_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/mono_time.h b/toxcore/mono_time.h
index 1d2dd539..489bf138 100644
--- a/toxcore/mono_time.h
+++ b/toxcore/mono_time.h
@@ -50,7 +50,7 @@ uint64_t mono_time_get(const Mono_Time *monotime);
50bool mono_time_is_timeout(const Mono_Time *monotime, uint64_t timestamp, uint64_t timeout); 50bool mono_time_is_timeout(const Mono_Time *monotime, uint64_t timestamp, uint64_t timeout);
51 51
52/* return current monotonic time in milliseconds (ms). */ 52/* return current monotonic time in milliseconds (ms). */
53uint64_t current_time_monotonic(void); 53uint64_t current_time_monotonic(const Mono_Time *monotime);
54 54
55#ifdef __cplusplus 55#ifdef __cplusplus
56} 56}