X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;fp=src%2Fngircd%2Firc-oper.h;h=8b867c45ae486e9079bda580032a25f2e81735f3;hp=dd2faa24ef7a7df3e86beac762d750836c763d12;hb=4b9e52eb4d5b1bd417ab10f7bdbd14b856921706;hpb=69081851aca7191dfa56860ddf02b97aed4b72ba diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index dd2faa24..8b867c45 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.11 2005/03/19 18:43:48 fw Exp $ + * $Id: irc-oper.h,v 1.12 2007/08/02 10:14:26 fw Exp $ * * IRC operator commands (header) */ @@ -24,6 +24,7 @@ GLOBAL bool IRC_REHASH PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_DISCONNECT PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_WALLOPS PARAMS(( CLIENT *Client, REQUEST *Req )); #endif