diff options
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5742a72a..4cec5931 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -125,8 +125,6 @@ callback(long id, int msg, long param1, long param2, long param3, long param4); int APP_CC xrdp_wm_delete_all_childs(struct xrdp_wm* self); int APP_CC -xrdp_wm_app_sck_signal(struct xrdp_wm* self, int app_sck); -int APP_CC xrdp_wm_log_msg(struct xrdp_wm* self, char* msg); int APP_CC xrdp_wm_get_wait_objs(struct xrdp_wm* self, tbus* robjs, int* rc, @@ -341,11 +339,14 @@ xrdp_mm_delete(struct xrdp_mm* self); int APP_CC xrdp_mm_connect(struct xrdp_mm* self); int APP_CC -xrdp_mm_signal(struct xrdp_mm* self); -int APP_CC xrdp_mm_process_channel_data(struct xrdp_mm* self, tbus param1, tbus param2, tbus param3, tbus param4); - +int APP_CC +xrdp_mm_get_wait_objs(struct xrdp_mm* self, + tbus* read_objs, int* rcount, + tbus* write_objs, int* wcount, int* timeout); +int APP_CC +xrdp_mm_check_wait_objs(struct xrdp_mm* self); int DEFAULT_CC server_begin_update(struct xrdp_mod* mod); int DEFAULT_CC |
