summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-02 21:03:34 -0500
committerirungentoo <irungentoo@gmail.com>2015-03-02 21:03:34 -0500
commit7a82565c8c6f1ddb3de083d9676a593a165d4c4f (patch)
tree906bd287ee514a794a6464f284d3b2fed2d02492 /toxcore/network.h
parent36c3a270fd5fff5e33371a91861db16e5816964a (diff)
parent6e8762b30a17b515deb74c62a3a98db4206d363e (diff)
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into new_api
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);