summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-03-18 00:07:11 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-03-18 00:07:11 -0700
commit6d7e315b0c0a1e56e135614f1e2e96fa19870975 (patch)
tree536a8fe4fd25d7c6b615c4350d09f0a114cea293 /libxrdp/libxrdp.h
parent63032b000daeaaeb1eed75abc1c70066c9e02581 (diff)
downloadxrdp-proprietary-6d7e315b0c0a1e56e135614f1e2e96fa19870975.tar.gz
xrdp-proprietary-6d7e315b0c0a1e56e135614f1e2e96fa19870975.zip
work on surface command
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index 1ddf345c..b909dd72 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -376,6 +376,8 @@ xrdp_rdp_init(struct xrdp_rdp* self, struct stream* s);
int APP_CC
xrdp_rdp_init_data(struct xrdp_rdp* self, struct stream* s);
int APP_CC
+xrdp_rdp_get_fastpath_bytes(struct xrdp_rdp *self);
+int APP_CC
xrdp_rdp_init_fastpath(struct xrdp_rdp *self, struct stream *s);
int APP_CC
xrdp_rdp_recv(struct xrdp_rdp* self, struct stream* s, int* code);