/* vi: set ts=4 sw=4 ai: */ /* * s_events.h * * Lotos v1.2.3 : (c) 1999-2003 Pavol Hluchy (Lopo) * last update : 30.1.2003 * email : lotos@losys.sk * homepage : lotos.losys.sk */ #ifndef __S_EVENTS_H__ #define __S_EVENTS_H__ 1 extern UR_OBJECT user_first; extern SYS_OBJECT amsys; extern SYSPP_OBJECT syspp; extern int tyear, tmonth, tday, tmday, twday, thour, tmin, tsec; extern char *login_timeout; extern char *auto_afk_mesg; #endif /* __S_EVENTS_H__ */