Rename struct fw3_rule_spec to struct fw3_chain_spec and move the declaration to...
[project/firewall3.git] / utils.h
diff --git a/utils.h b/utils.h
index 42dac73..0d1b9d8 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -91,14 +91,6 @@ void fw3_write_statefile(void *state);
 
 void fw3_free_object(void *obj, const void *opts);
 
 
 void fw3_free_object(void *obj, const void *opts);
 
-
-struct fw3_rule_spec {
-       int family;
-       int table;
-       int flag;
-       const char *format;
-};
-
 bool fw3_hotplug(bool add, void *zone, void *device);
 
 #endif
 bool fw3_hotplug(bool add, void *zone, void *device);
 
 #endif