00001 #ifndef __USERPROCESS_H__ 00002 #define __USERPROCESS_H__ 00003 00004 #include "users.h" 00005 00006 void CheckDie(); 00007 void LoadAllModules(); 00008 void CheckRoot(); 00009 void OpenLog(char** argv, int argc); 00010 bool DoBackgroundUserStuff(time_t TIME); 00011 void ProcessUser(userrec* cu); 00012 00013 #endif