summaryrefslogtreecommitdiff
path: root/include/userprocess.h
blob: 1a93e68cdfe618e30691495687ca91002f4afd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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