]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/userprocess.h
Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot of...
[user/henk/code/inspircd.git] / include / userprocess.h
1 #ifndef __USERPROCESS_H__
2 #define __USERPROCESS_H__
3
4 #include "users.h"
5 #include "inspircd.h"
6
7 void CheckDie();
8 void LoadAllModules(InspIRCd* ServerInstance);
9 void CheckRoot();
10 void OpenLog(char** argv, int argc);
11 void DoBackgroundUserStuff(time_t TIME);
12 void ProcessUser(userrec* cu);
13 void DoSocketTimeouts(time_t TIME);
14
15 #endif