X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fgline.h;h=4a904664b0f57a88058a18d2844b13d7c1ef2a39;hb=06ea484c36fed98f69f86dcc573c2e6523b8f482;hp=d623e856639a178b01c8f6b5d219e73aca6e94ea;hpb=033ec6d81a160aa5ae22cced29ed97fafe8b33f4;p=ircu2.10.12-pk.git diff --git a/include/gline.h b/include/gline.h index d623e85..4a90466 100644 --- a/include/gline.h +++ b/include/gline.h @@ -30,6 +30,7 @@ #define INCLUDED_sys_types_h #endif +#include struct Client; @@ -43,6 +44,8 @@ struct Gline { char *gl_reason; time_t gl_expire; time_t gl_lastmod; + struct in_addr ipnum; /* We store the IP in binary for ip glines */ + char bits; unsigned int gl_flags; };