X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2Fop.h;h=a1a84a330dc8caf105192ed474c7e000c96001a8;hb=25dd193e9b49b38db39cf549f94df4ba11812fe9;hp=544be25a8650d273492d4a3c501780dd1edc35f3;hpb=e46cf64cc1e3bf21060df1d1125502277d035170;p=ngircd-alex.git diff --git a/src/ngircd/op.h b/src/ngircd/op.h index 544be25a..a1a84a33 100644 --- a/src/ngircd/op.h +++ b/src/ngircd/op.h @@ -7,13 +7,16 @@ * 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));