Add abstract fw3_xt_reset() implementation
[project/firewall3.git] / xtables-5.h
index 263d012..1ae8334 100644 (file)
 #ifndef __FW3_XTABLES_5_H
 #define __FW3_XTABLES_5_H
 
+static inline void
+fw3_xt_reset(void)
+{
+       xtables_matches = NULL;
+       xtables_targets = NULL;
+}
+
+
 static inline const char *
 fw3_xt_get_match_name(struct xtables_match *m)
 {