diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fib.h b/include/fib.h index 67edccfe..07bb2210 100644 --- a/include/fib.h +++ b/include/fib.h @@ -3,7 +3,7 @@ #include <linux/netfilter/nf_tables.h> -extern const char *fib_result_str(enum nft_fib_result result); +extern const char *fib_result_str(const struct expr *expr); extern struct expr *fib_expr_alloc(const struct location *loc, unsigned int flags, unsigned int result); |