From a96514c284514116300794696f062c7fa6b1f79f Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 19:17:41 +0000 Subject: Added new docs for class InspIRCd and globals.h etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/inspircd__io_8h-source.html | 61 +++++++++++++++-------------- 1 file changed, 32 insertions(+), 29 deletions(-) (limited to 'docs/module-doc/inspircd__io_8h-source.html') diff --git a/docs/module-doc/inspircd__io_8h-source.html b/docs/module-doc/inspircd__io_8h-source.html index adb91f08c..c39058286 100644 --- a/docs/module-doc/inspircd__io_8h-source.html +++ b/docs/module-doc/inspircd__io_8h-source.html @@ -29,8 +29,8 @@ 00020 #include <sstream> 00021 #include <string> 00022 #include <vector> -00023 #include "inspircd.h" -00024 #include "globals.h" +00023 #include "inspircd.h" +00024 #include "globals.h" 00025 00028 #define DEBUG 10 00029 #define VERBOSE 20 @@ -111,9 +111,9 @@ 00212 00216 char addrs[MAXBUF][255]; 00217 -00220 file_cache MOTD; +00220 file_cache MOTD; 00221 -00224 file_cache RULES; +00224 file_cache RULES; 00225 00229 char PID[1024]; 00230 @@ -123,31 +123,34 @@ 00243 00247 std::vector<std::string> module_names; 00248 -00249 ServerConfig(); -00250 -00254 void ClearStack(); -00255 -00260 void Read(bool bail, userrec* user); -00261 -00262 bool LoadConf(const char* filename, std::stringstream *target, std::stringstream* errorstream); -00263 int ConfValue(char* tag, char* var, int index, char *result, std::stringstream *config); -00264 int ReadConf(std::stringstream *config_f,const char* tag, const char* var, int index, char *result); -00265 int ConfValueEnum(char* tag,std::stringstream *config); -00266 int EnumConf(std::stringstream *config_f,const char* tag); -00267 int EnumValues(std::stringstream *config, const char* tag, int index); -00268 }; -00269 -00270 -00271 void Exit (int); -00272 void Start (void); -00273 int DaemonSeed (void); -00274 bool FileExists (const char* file); -00275 int OpenTCPSocket (void); -00276 int BindSocket (int sockfd, struct sockaddr_in client, struct sockaddr_in server, int port, char* addr); -00277 void WritePID(std::string filename); -00278 -00279 #endif -
Generated on Wed Dec 14 15:55:46 2005 for InspIRCd by  +00251 int ports[255]; +00252 +00253 ServerConfig(); +00254 +00258 void ClearStack(); +00259 +00264 void Read(bool bail, userrec* user); +00265 +00266 bool LoadConf(const char* filename, std::stringstream *target, std::stringstream* errorstream); +00267 int ConfValue(char* tag, char* var, int index, char *result, std::stringstream *config); +00268 int ReadConf(std::stringstream *config_f,const char* tag, const char* var, int index, char *result); +00269 int ConfValueEnum(char* tag,std::stringstream *config); +00270 int EnumConf(std::stringstream *config_f,const char* tag); +00271 int EnumValues(std::stringstream *config, const char* tag, int index); +00272 }; +00273 +00274 +00275 void Exit (int); +00276 void Start (void); +00277 int DaemonSeed (void); +00278 bool FileExists (const char* file); +00279 int OpenTCPSocket (void); +00280 int BindSocket (int sockfd, struct sockaddr_in client, struct sockaddr_in server, int port, char* addr); +00281 void WritePID(std::string filename); +00282 int BindPorts(); +00283 +00284 #endif +
Generated on Wed Dec 14 19:16:11 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3