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:
@ -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 */
|
Reference in New Issue
Block a user