summaryrefslogtreecommitdiffstats
path: root/src/expr_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr_ops.c')
-rw-r--r--src/expr_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr_ops.c b/src/expr_ops.c
index 2de5805..fcc128f 100644
--- a/src/expr_ops.c
+++ b/src/expr_ops.c
@@ -49,7 +49,7 @@ static struct expr_ops *expr_ops[] = {
NULL,
};
-struct expr_ops *nft_expr_ops_lookup(const char *name)
+struct expr_ops *nftnl_expr_ops_lookup(const char *name)
{
int i = 0;