summaryrefslogtreecommitdiff
path: root/include/userprocess.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-31 17:42:09 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-31 17:42:09 +0000
commit372656dbe53f704c4fe6d8e742087e0b61f460d3 (patch)
tree1275be091613e9332fec8b6cede9ecbcb9c4683b /include/userprocess.h
parentbe77f42a97c06714c8c9388f791530dc243c17e6 (diff)
Update configure, remove a bunch of deprecated makefiles that have been just a #warning for about 1000 revs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5600 e03df62e-2008-0410-955e-edbf42e46eb7
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