diff options
Diffstat (limited to 'lib/json.h')
-rw-r--r-- | lib/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json.h b/lib/json.h index 5dbad601a..25fceb105 100644 --- a/lib/json.h +++ b/lib/json.h @@ -28,7 +28,7 @@ #include <json/json.h> #endif -extern int use_json(const int argc, const char *argv[]); +extern int use_json(const int argc, const struct cmd_token *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, |