summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/sound.h')
-rw-r--r--sesman/chansrv/sound.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sesman/chansrv/sound.h b/sesman/chansrv/sound.h
index f3563dab..8227464a 100644
--- a/sesman/chansrv/sound.h
+++ b/sesman/chansrv/sound.h
@@ -50,12 +50,12 @@
#define PA_CMD_STOP_REC 2
#define PA_CMD_SEND_DATA 3
-int APP_CC sound_init(void);
-int APP_CC sound_deinit(void);
-int APP_CC sound_get_wait_objs(tbus* objs, int* count, int* timeout);
-int APP_CC sound_check_wait_objs(void);
+int sound_init(void);
+int sound_deinit(void);
+int sound_get_wait_objs(tbus* objs, int* count, int* timeout);
+int sound_check_wait_objs(void);
-int APP_CC sound_data_in(struct stream* s, int chan_id, int chan_flags,
+int sound_data_in(struct stream* s, int chan_id, int chan_flags,
int length, int total_length);
#endif