1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 14:56:46 +02:00

make audio messages compatible with new printing method

This commit is contained in:
Jfreegman
2014-03-25 04:39:44 -04:00
parent 5e941427d3
commit 2f981ecb12
5 changed files with 101 additions and 68 deletions

View File

@ -20,11 +20,11 @@ typedef enum _AudioError
/* You will have to pass pointer to first member of 'windows'
* declared in windows.c otherwise undefined behaviour will
*/
ToxAv* init_audio(ToxWindow* window, Tox* tox);
ToxAv* init_audio(ToxWindow* self, Tox* tox);
void terminate_audio();
int errors();
int start_transmission();
int start_transmission(ToxWindow *self);
#endif /* _audio_h */