diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2013-11-14 20:30:50 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2013-11-14 20:30:50 -0800 |
| commit | 57a2cef697c0da6119233ba84a21902a466c9dae (patch) | |
| tree | 5023b459d2a255e42e75633617688944fe09d2e3 /xrdpvr/xrdpvr.h | |
| parent | c20dbff64410ce312112db5eb7e3f2930ed8ba86 (diff) | |
| parent | ea4e531325cb3370b4fbb8b5eef1fc3308e811cc (diff) | |
| download | xrdp-proprietary-57a2cef697c0da6119233ba84a21902a466c9dae.tar.gz xrdp-proprietary-57a2cef697c0da6119233ba84a21902a466c9dae.zip | |
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'xrdpvr/xrdpvr.h')
| -rw-r--r-- | xrdpvr/xrdpvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdpvr/xrdpvr.h b/xrdpvr/xrdpvr.h index 7ef87af5..e6ab69e8 100644 --- a/xrdpvr/xrdpvr.h +++ b/xrdpvr/xrdpvr.h @@ -48,6 +48,7 @@ int send_audio_pkt(void *channel, int stream_id, void *pkt_p); int send_video_pkt(void *channel, int stream_id, void *pkt_p); int xrdpvr_set_volume(void *channel, int volume); int xrdpvr_send_init(void *channel); +int xrdpvr_read_ack(void *channel, int *frame); #ifdef __cplusplus } |
