From c0f731e19d61a971af5cf26d073ccd25bfc5c91c Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 13 Apr 2005 12:41:46 +0000 Subject: Added Server::AddGLine Added Server::AddKLine Added Server::AddZLine Added Server::AddQLine Added Server::AddELine Added Server::DelGLine Added Server::DelKLine Added Server::DelZLine Added Server::DelQLine Added Server::DelELine Added Server::Duration git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1071 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/xline_8h-source.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/module-doc/xline_8h-source.html') diff --git a/docs/module-doc/xline_8h-source.html b/docs/module-doc/xline_8h-source.html index 6a8bf9412..5407646ab 100644 --- a/docs/module-doc/xline_8h-source.html +++ b/docs/module-doc/xline_8h-source.html @@ -86,17 +86,17 @@ 00120 00121 void read_xline_defaults(); 00122 -00123 void add_gline(long duration, char* source, char* reason, char* hostmask); -00124 void add_qline(long duration, char* source, char* reason, char* nickname); -00125 void add_zline(long duration, char* source, char* reason, char* ipaddr); -00126 void add_kline(long duration, char* source, char* reason, char* hostmask); -00127 void add_eline(long duration, char* source, char* reason, char* hostmask); +00123 void add_gline(long duration, const char* source, const char* reason, const char* hostmask); +00124 void add_qline(long duration, const char* source, const char* reason, const char* nickname); +00125 void add_zline(long duration, const char* source, const char* reason, const char* ipaddr); +00126 void add_kline(long duration, const char* source, const char* reason, const char* hostmask); +00127 void add_eline(long duration, const char* source, const char* reason, const char* hostmask); 00128 -00129 bool del_gline(char* hostmask); -00130 bool del_qline(char* nickname); -00131 bool del_zline(char* ipaddr); -00132 bool del_kline(char* hostmask); -00133 bool del_eline(char* hostmask); +00129 bool del_gline(const char* hostmask); +00130 bool del_qline(const char* nickname); +00131 bool del_zline(const char* ipaddr); +00132 bool del_kline(const char* hostmask); +00133 bool del_eline(const char* hostmask); 00134 00135 char* matches_qline(const char* nick); 00136 char* matches_gline(const char* host); @@ -117,13 +117,13 @@ 00151 void qline_set_creation_time(char* nick, time_t create_time); 00152 void zline_set_creation_time(char* ip, time_t create_time); 00153 -00154 bool zline_make_global(char* ipaddr); -00155 bool qline_make_global(char* nickname); +00154 bool zline_make_global(const char* ipaddr); +00155 bool qline_make_global(const char* nickname); 00156 00157 void sync_xlines(serverrec* serv, char* tcp_host); 00158 00159 #endif -
Generated on Sat Apr 9 14:38:25 2005 for InspIRCd by +
Generated on Wed Apr 13 12:32:17 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3