summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-03-31 11:28:18 +0000
committerjsorg71 <jsorg71>2008-03-31 11:28:18 +0000
commit4df6aa909e1c0f8626cf1968a6e188779eef7629 (patch)
treedfd0f2f2827c68eb9911122739b14f2bfba2abdf /xrdp/xrdp.h
parentdab4ae3934dd0afed35887af84c47dfe7e38172e (diff)
downloadxrdp-proprietary-4df6aa909e1c0f8626cf1968a6e188779eef7629.tar.gz
xrdp-proprietary-4df6aa909e1c0f8626cf1968a6e188779eef7629.zip
main loop reorganization
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 750332cd..ad3af894 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -42,6 +42,10 @@ int APP_CC
g_is_term(void);
void APP_CC
g_set_term(int in_val);
+tbus APP_CC
+g_get_term_event(void);
+tbus APP_CC
+g_get_sync_event(void);
void APP_CC
g_loop(void);
@@ -122,7 +126,7 @@ xrdp_wm_log_msg(struct xrdp_wm* self, char* msg);
/* xrdp_process.c */
struct xrdp_process* APP_CC
-xrdp_process_create(struct xrdp_listen* owner);
+xrdp_process_create(struct xrdp_listen* owner, tbus done_event);
void APP_CC
xrdp_process_delete(struct xrdp_process* self);
int APP_CC
@@ -134,8 +138,6 @@ xrdp_listen_create(void);
void APP_CC
xrdp_listen_delete(struct xrdp_listen* self);
int APP_CC
-xrdp_listen_delete_pro(struct xrdp_listen* self, struct xrdp_process* pro);
-int APP_CC
xrdp_listen_main_loop(struct xrdp_listen* self);
/* xrdp_region.c */