summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index d19f144c..4a893cff 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -325,11 +325,6 @@ int set_socket_dualstack(sock_t sock);
325/* return current UNIX time in microseconds (us). */ 325/* return current UNIX time in microseconds (us). */
326uint64_t current_time(void); 326uint64_t current_time(void);
327 327
328/* return a random number.
329 */
330uint32_t random_int(void);
331uint64_t random_64b(void);
332
333/* Basic network functions: */ 328/* Basic network functions: */
334 329
335/* Function to send packet(data) of length length to ip_port. */ 330/* Function to send packet(data) of length length to ip_port. */