summaryrefslogtreecommitdiff
path: root/include/userprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/userprocess.h')
-rw-r--r--include/userprocess.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/userprocess.h b/include/userprocess.h
deleted file mode 100644
index 0e1b11976..000000000
--- a/include/userprocess.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#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