diff options
author | jsorg71 <jsorg71> | 2009-08-15 02:47:51 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-08-15 02:47:51 +0000 |
commit | fa91c84668207d94079fc0b4826d3f0e89efdf40 (patch) | |
tree | 5d1d09e2d91e50d671c04d3d88f98eaeffb3cb0b /sesman/chansrv/sound.c | |
parent | 47f6623d8e7f56e9bde8a32f283de2f5ec68df5b (diff) | |
download | xrdp-proprietary-fa91c84668207d94079fc0b4826d3f0e89efdf40.tar.gz xrdp-proprietary-fa91c84668207d94079fc0b4826d3f0e89efdf40.zip |
first clipboard checkin
Diffstat (limited to 'sesman/chansrv/sound.c')
-rw-r--r-- | sesman/chansrv/sound.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index 87832209..bcf0b0fe 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -32,6 +32,13 @@ sound_init(void) /*****************************************************************************/ int APP_CC +sound_deinit(void) +{ + return 0; +} + +/*****************************************************************************/ +int APP_CC sound_data_in(struct stream* s, int chan_id, int chan_flags, int length, int total_length) { |