Keep all basic chains on reload and only flush them, this allows user rules to jump...
[project/firewall3.git] / utils.h
diff --git a/utils.h b/utils.h
index 0d1b9d8..cd478f9 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -91,6 +91,8 @@ void fw3_write_statefile(void *state);
 
 void fw3_free_object(void *obj, const void *opts);
 
+void fw3_free_list(struct list_head *head);
+
 bool fw3_hotplug(bool add, void *zone, void *device);
 
 #endif