summaryrefslogtreecommitdiffstats
path: root/xrdpvr/xrdpvr_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'xrdpvr/xrdpvr_internal.h')
-rw-r--r--xrdpvr/xrdpvr_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdpvr/xrdpvr_internal.h b/xrdpvr/xrdpvr_internal.h
index 17e2acfa..0b9ba6c8 100644
--- a/xrdpvr/xrdpvr_internal.h
+++ b/xrdpvr/xrdpvr_internal.h
@@ -62,6 +62,7 @@
#define CMD_DEINIT_XRDPVR 8
#define CMD_SET_GEOMETRY 9
#define CMD_SET_VOLUME 10
+#define CMD_INIT_XRDPVR 11
/* max number of bytes we can send in one pkt */
#define MAX_PDU_SIZE 1600
@@ -221,6 +222,7 @@ typedef struct _player_state_info
} PLAYER_STATE_INFO;
+static int xrdpvr_read_from_client(void *channel, STREAM *s, int bytes, int timeout);
static int xrdpvr_write_to_client(void *channel, STREAM *s);
#endif /* __XRDPVR_INTERNAL_H__ */