summaryrefslogtreecommitdiffstats
path: root/src/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen.c')
-rw-r--r--src/gen.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gen.c b/src/gen.c
index 1f94603..115a105 100644
--- a/src/gen.c
+++ b/src/gen.c
@@ -194,9 +194,8 @@ int nftnl_gen_snprintf(char *buf, size_t size, const struct nftnl_gen *gen,
}
EXPORT_SYMBOL_ALIAS(nftnl_gen_snprintf, nft_gen_snprintf);
-static inline int nftnl_gen_do_snprintf(char *buf, size_t size, const void *gen,
- uint32_t cmd, uint32_t type,
- uint32_t flags)
+static int nftnl_gen_do_snprintf(char *buf, size_t size, const void *gen,
+ uint32_t cmd, uint32_t type, uint32_t flags)
{
return nftnl_gen_snprintf(buf, size, gen, type, flags);
}