summaryrefslogtreecommitdiff
path: root/auto_tests/tox_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_test.c')
-rw-r--r--auto_tests/tox_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/tox_test.c b/auto_tests/tox_test.c
index 65364ea8..b99c5c57 100644
--- a/auto_tests/tox_test.c
+++ b/auto_tests/tox_test.c
@@ -70,7 +70,8 @@ void print_typingchange(Tox *m, int friendnumber, uint8_t typing, void *userdata
70 70
71uint32_t custom_packet; 71uint32_t custom_packet;
72 72
73int handle_custom_packet(void *object, const uint8_t *data, uint32_t len) 73int handle_custom_packet(Tox *m, uint32_t friend_num, const uint8_t *data,
74 uint32_t len, void *object)
74{ 75{
75 uint8_t number = *((uint32_t *)object); 76 uint8_t number = *((uint32_t *)object);
76 77