diff options
Diffstat (limited to 'lib/json.h')
| -rw-r--r-- | lib/json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h index a5251662be..b35f221b99 100644 --- a/lib/json.h +++ b/lib/json.h @@ -61,6 +61,7 @@ extern void json_object_string_add(struct json_object *obj, const char *key, const char *s); extern void json_object_int_add(struct json_object *obj, const char *key, int64_t i); +void json_object_boolean_add(struct json_object *obj, const char *key, bool val); extern void json_object_boolean_false_add(struct json_object *obj, const char *key); extern void json_object_boolean_true_add(struct json_object *obj, |
