diff options
author | speidy <speidy@gmail.com> | 2014-02-08 13:34:01 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-02-08 13:34:01 +0200 |
commit | 113f2696fe4103474cb2703e3d2f8848304fdd3d (patch) | |
tree | ecc9554855a4d273b201f845aba7bb9a3a7eced5 /libxrdp/libxrdp.h | |
parent | 423c583cddc31df98a01c8b5ed39558d691c19eb (diff) | |
download | xrdp-proprietary-113f2696fe4103474cb2703e3d2f8848304fdd3d.tar.gz xrdp-proprietary-113f2696fe4103474cb2703e3d2f8848304fdd3d.zip |
libxrdp: work on fastpath
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 70c8a124..a9150111 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -290,6 +290,8 @@ int APP_CC xrdp_iso_send(struct xrdp_iso* self, struct stream* s); int APP_CC xrdp_iso_incoming(struct xrdp_iso* self); +int APP_CC +xrdp_iso_detect_tpkt(struct xrdp_iso *self, struct stream *s); /* xrdp_mcs.c */ struct xrdp_mcs* APP_CC |