From 3b5f75162f2307c30443f6175d37080c7f0d7e66 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 24 Aug 2013 17:57:16 +0200 Subject: src: json: s/nft_jansson_value_parse_str/nft_jansson_parse_str/g Remove _value_ infix to make the function name smaller. Signed-off-by: Pablo Neira Ayuso --- src/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table.c') diff --git a/src/table.c b/src/table.c index a096da7..6fb22c3 100644 --- a/src/table.c +++ b/src/table.c @@ -283,7 +283,7 @@ static int nft_table_json_parse(struct nft_table *t, const char *json) if (root == NULL) return -1; - str = nft_jansson_value_parse_str(root, "name"); + str = nft_jansson_parse_str(root, "name"); if (str == NULL) goto err; -- cgit v1.2.3