summaryrefslogtreecommitdiff
path: root/include/userprocess.h
blob: 0e1b11976e06b204cac84c68c3378a602c201e8e (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