X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fgline.h;h=44798a61cd7a29fa19a3b9530599be095cf0863b;hp=e5623f4f3fca2ee44477f87180e6af5d2dc3429e;hb=b41bd506a1da169102d71d8170e753b94377b82c;hpb=73b468873b9040d72fc91da29229192ec8fc2393 diff --git a/include/gline.h b/include/gline.h index e5623f4..44798a6 100644 --- a/include/gline.h +++ b/include/gline.h @@ -128,9 +128,6 @@ extern int gline_activate(struct Client *cptr, struct Client *sptr, extern int gline_deactivate(struct Client *cptr, struct Client *sptr, struct Gline *gline, time_t lastmod, unsigned int flags); -extern int gline_forward_deactivation(struct Client *cptr, struct Client *sptr, - char *userhost, time_t expire, time_t lastmod, - time_t lifetime, unsigned int flags); extern int gline_modify(struct Client *cptr, struct Client *sptr, struct Gline *gline, enum GlineAction action, char *reason, time_t expire, time_t lastmod,