mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 13:13:15 +01: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