summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 15e1c0a4..0e7e5948 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -364,6 +364,7 @@ void networking_poll(Networking_Core *net);
364 * return NULL if there are problems. 364 * return NULL if there are problems.
365 */ 365 */
366Networking_Core *new_networking(IP ip, uint16_t port); 366Networking_Core *new_networking(IP ip, uint16_t port);
367Networking_Core *new_networking_ex(IP ip, uint16_t port_from, uint16_t port_to);
367 368
368/* Function to cleanup networking stuff (doesn't do much right now). */ 369/* Function to cleanup networking stuff (doesn't do much right now). */
369void kill_networking(Networking_Core *net); 370void kill_networking(Networking_Core *net);