summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 4a893cff..e268df74 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -322,8 +322,8 @@ int set_socket_nosigpipe(sock_t sock);
322 */ 322 */
323int set_socket_dualstack(sock_t sock); 323int set_socket_dualstack(sock_t sock);
324 324
325/* return current UNIX time in microseconds (us). */ 325/* return current monotonic time in milliseconds (ms). */
326uint64_t current_time(void); 326uint64_t current_time_monotonic(void);
327 327
328/* Basic network functions: */ 328/* Basic network functions: */
329 329