summaryrefslogtreecommitdiffstats
path: root/lib/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/json.h')
-rw-r--r--lib/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h
index e9b1976b9..e69b10acd 100644
--- a/lib/json.h
+++ b/lib/json.h
@@ -24,6 +24,7 @@
#include <json/json.h>
+extern int use_json(const int argc, const char *argv[]);
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,