summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/sound.h
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-12 09:35:00 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-03-14 00:21:48 -0700
commit6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch)
tree951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/chansrv/sound.h
parent8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff)
downloadxrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz
xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip
Eliminate APP_CC and DEFAULT_CC
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