summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/toxav_basic_test.c4
-rw-r--r--auto_tests/toxav_many_test.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c
index 6db9f8fa..57685bfc 100644
--- a/auto_tests/toxav_basic_test.c
+++ b/auto_tests/toxav_basic_test.c
@@ -163,11 +163,11 @@ void callback_requ_timeout ( void *av, int32_t call_index, void *_arg )
163 cast->Alice.status = TimedOut; 163 cast->Alice.status = TimedOut;
164} 164}
165 165
166static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void* userdata) 166static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void *userdata)
167{ 167{
168} 168}
169 169
170static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void* userdata) 170static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void *userdata)
171{ 171{
172} 172}
173 173
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