X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fclass.h;h=deb60f47828220339bec85fd772958a255fa9873;hp=5b04eeaf35394f1f66a0b3f9487b01f265f284ba;hb=af70c3dbc927c77167a26c1f4d8ed6bf2b97e3c5;hpb=1e054e0b82f2d3037365bc212b917e3434dc1733 diff --git a/src/ngircd/class.h b/src/ngircd/class.h index 5b04eeaf..deb60f47 100644 --- a/src/ngircd/class.h +++ b/src/ngircd/class.h @@ -26,7 +26,7 @@ GLOBAL void Class_Init PARAMS((void)); GLOBAL void Class_Exit PARAMS((void)); GLOBAL bool Class_AddMask PARAMS((const int Class, const char *Mask, - const time_t ValidUntil)); + const time_t ValidUntil, const char *Reason)); GLOBAL void Class_DeleteMask PARAMS((const int Class, const char *Mask)); GLOBAL bool Class_IsMember PARAMS((const int Class, CLIENT *Client));