defaults: robustify flow table detection.
[project/firewall3.git] / utils.h
diff --git a/utils.h b/utils.h
index c8cf69ac442e92c13e5ad05d9ed2ffe58ad7a4b3..254bea45d48b207ba46a3c427d47d327814195ee 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -105,6 +105,8 @@ void fw3_pr(const char *fmt, ...)
 
 bool fw3_has_table(bool ipv6, const char *table);
 
+bool fw3_has_target(const bool ipv6, const char *target);
+
 bool fw3_lock(void);
 void fw3_unlock(void);
 bool fw3_lock_path(int *fw3_lock_fd, const char *path);