X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;h=8478c7bd905ecef8af018aad69e03f17ece9d0a6;hb=8291e10b96499f100bd58378d5f4c3ec027c1290;hp=acff64e98f9198e0d498135ede84fa9a188f022b;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58;p=ngircd-alex.git diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index acff64e9..8478c7bd 100644 --- a/src/ngircd/irc-oper.h +++ b/src/ngircd/irc-oper.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-oper.h,v 1.9 2002/12/12 12:23:43 alex Exp $ + * $Id: irc-oper.h,v 1.10 2002/12/31 16:11:06 alex Exp $ * * IRC operator commands (header) */ @@ -23,6 +23,7 @@ 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 )); +GLOBAL BOOLEAN IRC_DISCONNECT PARAMS((CLIENT *Client, REQUEST *Req )); #endif