diff options
Diffstat (limited to 'sesman/chansrv/sound.h')
-rw-r--r-- | sesman/chansrv/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/sound.h b/sesman/chansrv/sound.h index 9764ed87..45448a5a 100644 --- a/sesman/chansrv/sound.h +++ b/sesman/chansrv/sound.h @@ -8,6 +8,8 @@ int APP_CC sound_init(void); int APP_CC +sound_deinit(void); +int APP_CC sound_data_in(struct stream* s, int chan_id, int chan_flags, int length, int total_length); int APP_CC |