summaryrefslogtreecommitdiff
path: root/json-c/json_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-c/json_object.h')
-rw-r--r--json-c/json_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/json-c/json_object.h b/json-c/json_object.h
index d4fc887..e9bb763 100644
--- a/json-c/json_object.h
+++ b/json-c/json_object.h
@@ -307,4 +307,6 @@ extern struct json_object* json_object_new_string_len(char *s, int len);
*/
extern char* json_object_get_string(struct json_object *obj);
+extern char* json_object_get_string_len(struct json_object *obj, int *len);
+
#endif