X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;h=594272fa62557667ea3af80d44812278975f75d7;hb=283aed75cf7b83bdc30c5b63d5380b767c6664ad;hp=80779f48f32fc6f7db6637e5ee007bcc8e90c0dc;hpb=1256f34736a59be6728a7f9f9ad15168376a17ff;p=ngircd-alex.git diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index 80779f48..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.6 2002/09/03 23:54:59 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,6 +21,7 @@ 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 ));