diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-29 17:48:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-03-29 17:48:17 +0200 |
commit | 405f810457b760a2fba64c340efdeefa2f6ab892 (patch) | |
tree | 78c47cc0f5240362784b3f592818108b00636a42 /include | |
parent | 7c8c97b1a8f844d7e0e682abe0dcba01c2973a66 (diff) |
blabla
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 41dd043..2b07254 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -16,7 +16,7 @@ typedef struct { */ int sound_device_get_by_name(SoundDevice *device, const char *name = "default", unsigned int num_channels = 1, unsigned int period_frame_size = 32); -int sound_device_close(SoundDevice *device); +void sound_device_close(SoundDevice *device); /* Returns the next chunk of audio into @buffer. |