diff options
-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 |