X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=ipstruct.h;h=ea797499a7d2328e0b97cf116a3973c73c1d73a9;hb=14e28c6f75dba715fac299d909fdad50bfcf192d;hp=dcf5bfa927e83f03892a0a227685a89cdf54bd0f;hpb=e48d46c959233c89ccd6ccd411b31704610abb71;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index dcf5bfa..ea79749 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -20,6 +20,7 @@ struct IP unsigned long pktsup; unsigned long pktsdown; struct Keyword *keyword; + int v6; list(IP); }; @@ -53,3 +54,6 @@ struct Keyword list(Keyword); }; + +void TheIP(char *ipaddr); +/* function implemented in parsehosts.c */