X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=ipstruct.h;h=f8d09e5501fabc6521e20510e698ab9e96fcdee7;hb=3430e838dc632523c571a995d75ace44de1b06b6;hp=c7843f6349bf4bf9e10dd0ee92eddb866f293db3;hpb=9f552e96b7c3ed1b5af6578252c0154491132a10;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index c7843f6..f8d09e5 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -72,6 +72,20 @@ struct Macro list(Macro); }; +struct QosFreeInterface +{ + char *name; + int _eoln; + list(QosFreeInterface); +}; + +struct Textfile +{ + char *str; + int _eoln; + list(Textfile); +}; + struct Index { char *addr;