diff options
| author | 2005-12-12 23:45:52 +0000 | |
|---|---|---|
| committer | 2005-12-12 23:45:52 +0000 | |
| commit | e1acdc90cc41cd167c84d8184ffb01bc24c937a2 (patch) | |
| tree | 9cae92fc30adeafd0ab6e0c29f106dce2e41a918 /include/userprocess.h | |
| parent | Efficiency suggestion by w00t, faster processing of module sockets at the exp... (diff) | |
| download | inspircd++-e1acdc90cc41cd167c84d8184ffb01bc24c937a2.tar.gz inspircd++-e1acdc90cc41cd167c84d8184ffb01bc24c937a2.tar.bz2 inspircd++-e1acdc90cc41cd167c84d8184ffb01bc24c937a2.zip | |
Moved some stuff out to userprocess.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2358 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/userprocess.h')
| -rw-r--r-- | include/userprocess.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/userprocess.h b/include/userprocess.h new file mode 100644 index 000000000..8ecbe1e79 --- /dev/null +++ b/include/userprocess.h @@ -0,0 +1,13 @@ +#ifndef __USERPROCESS_H__ +#define __USERPROCESS_H__ + +#include "users.h" + +void CheckDie(); +void LoadAllModules(); +void CheckRoot(); +void OpenLog(char** argv, int argc); +bool DoBackgroundUserStuff(time_t TIME); +void ProcessUser(userrec* cu); + +#endif |
