X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;h=80779f48f32fc6f7db6637e5ee007bcc8e90c0dc;hb=70c9c051534f1547fb94ad3a63c5111fb8a4a82a;hp=fe3e6c36e7cc71fc043c33ca99aa4aec67652cab;hpb=7d30c8cebccf1b0e391333858a9d011d1f0d864e;p=ngircd-alex.git diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index fe3e6c36..80779f48 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.6 2002/09/03 23:54:59 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