Pass -Wl,--whole-archive and -Wl,--no-whole-archive during linking to avoid duplicate...
[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);
 
-
-struct fw3_rule_spec {
-       int family;
-       int table;
-       int flag;
-       const char *format;
-};
-
 bool fw3_hotplug(bool add, void *zone, void *device);
 
 #endif