summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index fbd12bb7..8f166c67 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -381,9 +381,6 @@ int set_socket_reuseaddr(Socket sock);
381 */ 381 */
382int set_socket_dualstack(Socket sock); 382int set_socket_dualstack(Socket sock);
383 383
384/* return current monotonic time in milliseconds (ms). */
385uint64_t current_time_monotonic(void);
386
387/* Basic network functions: */ 384/* Basic network functions: */
388 385
389/* Function to send packet(data) of length length to ip_port. */ 386/* Function to send packet(data) of length length to ip_port. */