X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;h=594272fa62557667ea3af80d44812278975f75d7;hp=fe3e6c36e7cc71fc043c33ca99aa4aec67652cab;hb=4eb57b590bcf64c51583a58a4ebbef83dd79ea84;hpb=7d30c8cebccf1b0e391333858a9d011d1f0d864e diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index fe3e6c36..594272fa 100644 --- a/src/ngircd/irc-oper.h +++ b/src/ngircd/irc-oper.h @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc-oper.h,v 1.5 2002/08/26 23:47:58 alex Exp $ + * $Id: irc-oper.h,v 1.8 2002/11/22 23:32:29 alex Exp $ * * irc-oper.h: IRC-Operator-Befehle (Header) */ @@ -21,7 +21,9 @@ GLOBAL BOOLEAN IRC_OPER PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL BOOLEAN IRC_DIE PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_REHASH PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL BOOLEAN IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req )); #endif