summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index d98824be..d9c588f7 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -120,11 +120,11 @@ void callback_requ_timeout ( void *av, int32_t call_index, void *_arg )
120 //ck_assert_msg(0, "No answer!"); 120 //ck_assert_msg(0, "No answer!");
121} 121}
122 122
123static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void* userdata) 123static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void *userdata)
124{ 124{
125} 125}
126 126
127static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void* userdata) 127static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void *userdata)
128{ 128{
129} 129}
130 130