X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=ea797499a7d2328e0b97cf116a3973c73c1d73a9;hp=dcf5bfa927e83f03892a0a227685a89cdf54bd0f;hb=0995c4adca9bd65afd16064d582ae8c404c2e8d5;hpb=e48d46c959233c89ccd6ccd411b31704610abb71 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 */