summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/xcommon.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-07-26 14:38:02 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-07-26 14:38:02 -0700
commiteafef9cd092c7f22026ebfb3049b17ee21348e60 (patch)
tree6c9ca1ba1c159a70362e64ab5cb79c8ede54ecbb /sesman/chansrv/xcommon.h
parentcddcee4929f48e91153d2a84e51f876dffe72692 (diff)
downloadxrdp-proprietary-eafef9cd092c7f22026ebfb3049b17ee21348e60.tar.gz
xrdp-proprietary-eafef9cd092c7f22026ebfb3049b17ee21348e60.zip
rail: work on splitting X11 calls out to xcommon
Diffstat (limited to 'sesman/chansrv/xcommon.h')
-rw-r--r--sesman/chansrv/xcommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/xcommon.h b/sesman/chansrv/xcommon.h
index 54a74dac..d5aa7e46 100644
--- a/sesman/chansrv/xcommon.h
+++ b/sesman/chansrv/xcommon.h
@@ -23,10 +23,10 @@
#include "parse.h"
int APP_CC
-xcommon_init(void);
-int APP_CC
xcommon_get_local_time(void);
int APP_CC
+xcommon_init(void);
+int APP_CC
xcommon_get_wait_objs(tbus* objs, int* count, int* timeout);
int APP_CC
xcommon_check_wait_objs(void);