X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fgline.h;fp=include%2Fgline.h;h=e5623f4f3fca2ee44477f87180e6af5d2dc3429e;hb=2575d32764863d3d571794f433e407d21a06032a;hp=44798a61cd7a29fa19a3b9530599be095cf0863b;hpb=9a9279d9759e995d9aae78065c3eb8805589c255;p=ircu2.10.12-pk.git diff --git a/include/gline.h b/include/gline.h index 44798a6..e5623f4 100644 --- a/include/gline.h +++ b/include/gline.h @@ -128,6 +128,9 @@ 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,