summaryrefslogtreecommitdiff
path: root/testing/tox_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox_shell.c')
-rw-r--r--testing/tox_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox_shell.c b/testing/tox_shell.c
index 23fa320a..521e9f36 100644
--- a/testing/tox_shell.c
+++ b/testing/tox_shell.c
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
95 printf("error setting flags\n"); 95 printf("error setting flags\n");
96 } 96 }
97 97
98 Tox *tox = tox_new(0, 0, 0, 0); 98 Tox *tox = tox_new(0, 0);
99 tox_callback_friend_connection_status(tox, print_online, NULL); 99 tox_callback_friend_connection_status(tox, print_online, NULL);
100 tox_callback_friend_message(tox, print_message, master); 100 tox_callback_friend_message(tox, print_message, master);
101 101