00001 // $Id: lutils.h 305 2006-02-23 22:34:31Z DarkRaven $ 00002 #ifndef _LUTILS_H_ 00003 #define _LUTILS_H_ 00004 00005 char login_log_filename[512]; 00006 int log_login; 00007 unsigned char log_file_date; 00008 00009 void write_log(char *fmt, ...); 00010 void close_log(void); 00011 00012 #endif // _LUTILS_H_