diff options
Diffstat (limited to 'toxcore/network.h')
-rw-r--r-- | toxcore/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h index a7ae75ab..d143b48d 100644 --- a/toxcore/network.h +++ b/toxcore/network.h | |||
@@ -274,7 +274,7 @@ void networking_poll(Networking_Core *net); | |||
274 | * returns 1 if there is socket activity (i.e. tox_do() should be called) | 274 | * returns 1 if there is socket activity (i.e. tox_do() should be called) |
275 | * | 275 | * |
276 | */ | 276 | */ |
277 | int networking_wait(Networking_Core *net, uint16_t milliseconds); | 277 | int networking_wait(Networking_Core *net, uint32_t sendqueue_len, uint16_t milliseconds); |
278 | 278 | ||
279 | /* Initialize networking. | 279 | /* Initialize networking. |
280 | * bind to ip and port. | 280 | * bind to ip and port. |