summaryrefslogtreecommitdiff
path: root/include/userprocess.h
blob: cc3d713a05749e5cf67324e38da733f3c5812eec (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);

#endif