firewall3: create a common helper to find strings in files
[project/firewall3.git] / utils.h
diff --git a/utils.h b/utils.h
index 254bea45d48b207ba46a3c427d47d327814195ee..884907da51b22c35a8bb4c7ed893cff2d5801342 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -55,7 +55,6 @@ void error(const char *format, ...)
 void info(const char *format, ...)
        __attribute__ ((format (printf, 1, 2)));
 
-
 #define warn_section(t, r, e, fmt, ...)                                        \
        do {                                                                    \
                if (e)                                                          \
@@ -103,7 +102,7 @@ void fw3_command_close(void);
 void fw3_pr(const char *fmt, ...)
        __attribute__ ((format (printf, 1, 2)));
 
-bool fw3_has_table(bool ipv6, const char *table);
+bool fw3_has_table(const bool ipv6, const char *table);
 
 bool fw3_has_target(const bool ipv6, const char *target);