inspircd/include/userprocess.h
2006-02-02 18:00:13 +00:00

15 lines
294 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);
#endif