From 6d7e315b0c0a1e56e135614f1e2e96fa19870975 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 18 Mar 2014 00:07:11 -0700 Subject: work on surface command --- libxrdp/libxrdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libxrdp/libxrdp.h') 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); -- cgit v1.2.3