X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fop.h;h=71748eb316114496d69b7501c87203e905ae98b2;hp=544be25a8650d273492d4a3c501780dd1edc35f3;hb=48326e061aacd954e24f76c53ded10448cbc28eb;hpb=e46cf64cc1e3bf21060df1d1125502277d035170 diff --git a/src/ngircd/op.h b/src/ngircd/op.h index 544be25a..71748eb3 100644 --- a/src/ngircd/op.h +++ b/src/ngircd/op.h @@ -1,21 +1,24 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2009 Alexander Barton (alex@barton.de) + * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Operator management (header) */ #ifndef __oper_h__ #define __oper_h__ +/** + * @file + * IRC operator functions (header) + */ + GLOBAL bool Op_NoPrivileges PARAMS((CLIENT * Client, REQUEST * Req)); -GLOBAL bool Op_Check PARAMS((CLIENT * Client, REQUEST * Req)); +GLOBAL CLIENT *Op_Check PARAMS((CLIENT * Client, REQUEST * Req)); #endif