summaryrefslogtreecommitdiffstats
path: root/src/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/internal.h b/src/internal.h
index e614a67..3e77191 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -44,8 +44,7 @@ int nft_mxml_set_elem_parse(mxml_node_t *node, struct nft_set_elem *e);
#ifdef JSON_PARSING
#include <jansson.h>
-int nft_jansson_value_parse_val(json_t *root, const char *tag,
- int type, void *out);
+int nft_jansson_parse_val(json_t *root, const char *tag, int type, void *out);
const char *nft_jansson_parse_str(json_t *root, const char *tag);
bool nft_jansson_node_exist(json_t *root, const char *tag);
json_t *nft_jansson_create_root(const char *json, json_error_t *err);