X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=797fb7bb72bca3bcd2f0f64157c1ffc08d9f1c11;hp=d8427deb8efa5815341858433eff38e47f1b7e60;hb=fa54950d31dc0d7e15e945750d4dcbaca2de613e;hpb=73cf6e9d2ba1876280dbc8e71ae41e5562cbfc02 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 */