diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-09 12:11:36 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-09 12:11:36 -0700 |
| commit | d18704d74060e41f45e7b772544d375fdf80099c (patch) | |
| tree | c98cb3fc1e3c16d464d3781d7af0b7aec6290885 /libxrdp/libxrdp.h | |
| parent | ac6717e32e16c057bfb7d5c75b96d83c5618b6e0 (diff) | |
| download | xrdp-proprietary-d18704d74060e41f45e7b772544d375fdf80099c.tar.gz xrdp-proprietary-d18704d74060e41f45e7b772544d375fdf80099c.zip | |
libxrdp: work on fastpath fragments
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 da8ebc3f..39e36d4b 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -346,6 +346,8 @@ xrdp_sec_delete(struct xrdp_sec* self); int APP_CC xrdp_sec_init(struct xrdp_sec* self, struct stream* s); int APP_CC +xrdp_sec_get_fastpath_bytes(struct xrdp_sec *self); +int APP_CC xrdp_sec_init_fastpath(struct xrdp_sec *self, struct stream *s); int APP_CC xrdp_sec_send_fastpath(struct xrdp_sec *self, struct stream *s); |
