debug version
[svn/Prometheus-QoS/.git] / ipstruct.h
index c7843f6349bf4bf9e10dd0ee92eddb866f293db3..f8d09e5501fabc6521e20510e698ab9e96fcdee7 100644 (file)
@@ -72,6 +72,20 @@ struct Macro
  list(Macro);\r
 };\r
 \r
+struct QosFreeInterface\r
+{\r
+ char *name;\r
+ int _eoln;\r
+ list(QosFreeInterface);\r
+};\r
+\r
+struct Textfile\r
+{\r
+ char *str;\r
+ int _eoln;\r
+ list(Textfile);\r
+};\r
+\r
 struct Index\r
 {\r
  char *addr;\r
This page took 0.102385 seconds and 4 git commands to generate.