diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-26 14:38:02 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-26 14:38:02 -0700 |
commit | eafef9cd092c7f22026ebfb3049b17ee21348e60 (patch) | |
tree | 6c9ca1ba1c159a70362e64ab5cb79c8ede54ecbb /sesman/chansrv/xcommon.h | |
parent | cddcee4929f48e91153d2a84e51f876dffe72692 (diff) | |
download | xrdp-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.h | 4 |
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); |