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=088cf089f6b9d9ac9b6d5386b45be2c0c9fe41e5;hp=b1ce132fe554f228e5b6048e72147cfa4215917d;hb=d645ce86e9440a891b80bfd2907617e16aa799e8;hpb=7b6cfc17c428b9c9b58fcb9204337d5c4329f98b diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index b1ce132f..088cf089 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.3 2002/05/27 13:09:27 alex Exp $ + * $Id: irc-oper.h,v 1.4 2002/08/26 23:39:22 alex Exp $ * * irc-oper.h: IRC-Operator-Befehle (Header) */ @@ -22,6 +22,7 @@ GLOBAL BOOLEAN IRC_OPER PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL BOOLEAN IRC_DIE PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL BOOLEAN IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req )); #endif