summaryrefslogtreecommitdiff
path: root/include/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/json.h')
-rw-r--r--include/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/json.h b/include/json.h
index 5245115..9cc5bd1 100644
--- a/include/json.h
+++ b/include/json.h
@@ -46,7 +46,7 @@ enum json_parse_result {
};
struct json *json_parse(const char *str);
-struct json *json_parse_len(const char *str, size_t size);
+struct json *json_parse_len(size_t size, const char str[size]);
struct json *json_new(void);