From f5eca31637cbcbdd44f3fefc9139aa8ef0d1bd5e Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 9 Mar 2015 20:59:50 -0400 Subject: Fixed small issue. --- testing/tox_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tox_shell.c b/testing/tox_shell.c index 5198d224..c8dc9ff2 100644 --- a/testing/tox_shell.c +++ b/testing/tox_shell.c @@ -45,7 +45,7 @@ #define c_sleep(x) usleep(1000*x) -void print_online(Tox *tox, uint32_t friendnumber, uint8_t status, void *userdata) +void print_online(Tox *tox, uint32_t friendnumber, TOX_CONNECTION status, void *userdata) { if (status) printf("\nOther went online.\n"); -- cgit v1.2.3