Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxjson/json.c')
-rw-r--r--src/libs/zbxjson/json.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/zbxjson/json.c b/src/libs/zbxjson/json.c
index f7979a3c9fd..b0840d7aa79 100644
--- a/src/libs/zbxjson/json.c
+++ b/src/libs/zbxjson/json.c
@@ -1013,7 +1013,7 @@ static int zbx_jsonpath_error(const char *path)
* FAIL - json path parsing error *
* *
******************************************************************************/
-static int zbx_jsonpath_next(const char *path, const char **pnext, zbx_strloc_t *loc, int *type)
+int zbx_jsonpath_next(const char *path, const char **pnext, zbx_strloc_t *loc, int *type)
{
const char *next = *pnext;
size_t pos;
@@ -1198,4 +1198,3 @@ void zbx_json_value_dyn(const struct zbx_json_parse *jp, char **string, size_t *
}
}
-