diff options
| author | 2005-12-16 12:54:19 +0000 | |
|---|---|---|
| committer | 2005-12-16 12:54:19 +0000 | |
| commit | 4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650 (patch) | |
| tree | e3e5dcc370cff469347e176affc708f0ec5420fe /include/userprocess.h | |
| parent | Moved serverstats* stats to InspIRCd class (diff) | |
| download | inspircd++-4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650.tar.gz inspircd++-4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650.tar.bz2 inspircd++-4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650.zip | |
Moved serverstats stuff out
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2529 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/userprocess.h')
| -rw-r--r-- | include/userprocess.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/userprocess.h b/include/userprocess.h index 8ecbe1e79..9f4d52e38 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -2,9 +2,10 @@ #define __USERPROCESS_H__ #include "users.h" +#include "inspircd.h" void CheckDie(); -void LoadAllModules(); +void LoadAllModules(InspIRCd* ServerInstance); void CheckRoot(); void OpenLog(char** argv, int argc); bool DoBackgroundUserStuff(time_t TIME); |
