diff options
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); |