X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;fp=ipstruct.h;h=f8d09e5501fabc6521e20510e698ab9e96fcdee7;hp=80810fcaffcc0ec999070298780b66858286c32e;hb=3430e838dc632523c571a995d75ace44de1b06b6;hpb=1b14a1b4632d998d6c76f052ef0936dc207e80ea diff --git a/ipstruct.h b/ipstruct.h index 80810fc..f8d09e5 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -79,6 +79,13 @@ struct QosFreeInterface list(QosFreeInterface); }; +struct Textfile +{ + char *str; + int _eoln; + list(Textfile); +}; + struct Index { char *addr;