diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-06 23:28:57 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-06 23:28:57 -0800 |
| commit | cf39a90d8052856518c87bff5e9f66e4855ab004 (patch) | |
| tree | bd6264dbb1d4c35c4ecfbbd0de2ec67107f67c79 /libxrdp/libxrdp.h | |
| parent | 201bec97940f0c8e063158b2f256981edff51908 (diff) | |
| download | xrdp-proprietary-cf39a90d8052856518c87bff5e9f66e4855ab004.tar.gz xrdp-proprietary-cf39a90d8052856518c87bff5e9f66e4855ab004.zip | |
libxrdp: detect client fastpath caps
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 4e7218d6..7a4342db 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_recv_fastpath(struct xrdp_sec *self, struct stream *s); +int APP_CC xrdp_sec_recv(struct xrdp_sec* self, struct stream* s, int* chan); int APP_CC xrdp_sec_send(struct xrdp_sec* self, struct stream* s, int chan); |
