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