diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
commit | 71bedf497cde8b0b38afbb366828b3df9c2803d6 (patch) | |
tree | c6aad5fdbfeca5143f0eeea296be0aa03e0ec1fc /docs/man/man3/userprocess.h.3 | |
parent | 9a6d5c5152dac57c967e6a936b36f640258fa43d (diff) |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/userprocess.h.3')
-rw-r--r-- | docs/man/man3/userprocess.h.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/man/man3/userprocess.h.3 b/docs/man/man3/userprocess.h.3 index 70e681727..8a1b46b91 100644 --- a/docs/man/man3/userprocess.h.3 +++ b/docs/man/man3/userprocess.h.3 @@ -1,4 +1,4 @@ -.TH "userprocess.h" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- +.TH "userprocess.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -8,6 +8,8 @@ userprocess.h \- .PP \fC#include 'users.h'\fP .br +\fC#include 'inspircd.h'\fP +.br .SS "Functions" @@ -16,7 +18,7 @@ userprocess.h \- .RI "void \fBCheckDie\fP ()" .br .ti -1c -.RI "void \fBLoadAllModules\fP ()" +.RI "void \fBLoadAllModules\fP (\fBInspIRCd\fP *\fBServerInstance\fP)" .br .ti -1c .RI "void \fBCheckRoot\fP ()" @@ -39,7 +41,7 @@ userprocess.h \- .PP .SS "bool DoBackgroundUserStuff (time_t TIME)" .PP -.SS "void LoadAllModules ()" +.SS "void LoadAllModules (\fBInspIRCd\fP * ServerInstance)" .PP .SS "void OpenLog (char ** argv, int argc)" .PP |