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 ea6a105..0d1b9d8 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -91,17 +91,6 @@ void fw3_write_statefile(void *state);
 
 void fw3_free_object(void *obj, const void *opts);
 
-
-struct fw3_rule_spec {
-       int family;
-       int table;
-       int flag;
-       const char *format;
-};
-
-bool fw3_pr_rulespec(int table, int family, uint32_t *flags, uint32_t mask,
-                     const struct fw3_rule_spec *r, const char *fmt, ...);
-
 bool fw3_hotplug(bool add, void *zone, void *device);
 
 #endif