summaryrefslogtreecommitdiff
path: root/testing/tox_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox_sync.c')
-rw-r--r--testing/tox_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox_sync.c b/testing/tox_sync.c
index be1fe32d..738c2f2d 100644
--- a/testing/tox_sync.c
+++ b/testing/tox_sync.c
@@ -243,7 +243,7 @@ int main(int argc, char *argv[])
243 exit(0); 243 exit(0);
244 } 244 }
245 245
246 Tox *tox = tox_new(0, 0, 0, 0); 246 Tox *tox = tox_new(0, 0);
247 tox_callback_file_recv_chunk(tox, write_file, NULL); 247 tox_callback_file_recv_chunk(tox, write_file, NULL);
248 tox_callback_file_recv_control(tox, file_print_control, NULL); 248 tox_callback_file_recv_control(tox, file_print_control, NULL);
249 tox_callback_file_recv(tox, file_request_accept, NULL); 249 tox_callback_file_recv(tox, file_request_accept, NULL);