inspircd/include/userprocess.h
2006-08-09 15:36:51 +00:00

16 lines
348 B
C

#ifndef __USERPROCESS_H__
#define __USERPROCESS_H__
#include "users.h"
#include "inspircd.h"
void CheckDie();
void LoadAllModules(InspIRCd* ServerInstance);
void CheckRoot();
void OpenLog(char** argv, int argc);
/*void DoBackgroundUserStuff(time_t TIME);
void ProcessUser(userrec* cu);
void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/
#endif