diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-05-03 13:07:13 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-05-04 23:33:30 -0700 |
commit | ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807 (patch) | |
tree | d9ef08b59192ba39b968fd3d6877f946b8bd1ba0 /libxrdp/libxrdp.h | |
parent | fdb146740f2e544008e90214854b7a4aa2472e84 (diff) | |
download | xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.tar.gz xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.zip |
Typo fixes
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 6058c9ac..857abc99 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -401,7 +401,7 @@ xrdp_rdp_process_data(struct xrdp_rdp *self, struct stream *s); int APP_CC xrdp_rdp_disconnect(struct xrdp_rdp *self); int APP_CC -xrdp_rdp_send_deactive(struct xrdp_rdp *self); +xrdp_rdp_send_deactivate(struct xrdp_rdp *self); /* xrdp_orders.c */ struct xrdp_orders * APP_CC |