X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=797fb7bb72bca3bcd2f0f64157c1ffc08d9f1c11;hp=d8427deb8efa5815341858433eff38e47f1b7e60;hb=bb5e73853e892f8bce70e03344a81b192c2b84ff;hpb=21c4f9f3d7fd2c08978d591e8f98a35f50bdfaca diff --git a/ipstruct.h b/ipstruct.h index d8427de..797fb7b 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -60,5 +60,12 @@ struct Keyword list(Keyword); }; +struct Macro +{ + char *rewrite_from; + char *rewrite_to; + list(Macro); +}; + void TheIP(char *ipaddr, int is_network); /* function implemented in parsehosts.c */