aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/json.h b/src/json.h
index cd0ee8c..2d496c1 100644
--- a/src/json.h
+++ b/src/json.h
@@ -19,6 +19,8 @@
log_err("JSON: %s failed\n", fn); \
} while (0)
+void json_free(struct json_object *);
+
const char *json_to_string(struct json_object *);
const char *json_to_string_pretty(struct json_object *);
struct json_object *json_from_string(const char *);