summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index ad3af894..e41c050a 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -118,11 +118,16 @@ 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_idle(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,
+ tbus* wobjs, int* wc, int* timeout);
+int APP_CC
+xrdp_wm_check_wait_objs(struct xrdp_wm* self);
+int APP_CC
+xrdp_wm_set_login_mode(struct xrdp_wm* self, int login_mode);
/* xrdp_process.c */
struct xrdp_process* APP_CC