summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils.h b/utils.h
index 254bea4..884907d 100644
--- 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);