X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fop.h;fp=src%2Fngircd%2Fop.h;h=a1a84a330dc8caf105192ed474c7e000c96001a8;hp=544be25a8650d273492d4a3c501780dd1edc35f3;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hpb=408cefd15d4540d340283cdfbfad62a8e432cf8e 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));