From 4dcadbefd00d7c4c97a16f3adc591bd4478965df Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 22 Sep 2016 15:15:50 +0000 Subject: bgpd: argv update for all but bgp_vty.c Signed-off-by: Daniel Walton --- lib/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/json.h') diff --git a/lib/json.h b/lib/json.h index 25fceb1053..3fcfe340e9 100644 --- a/lib/json.h +++ b/lib/json.h @@ -28,7 +28,7 @@ #include #endif -extern int use_json(const int argc, const struct cmd_token *argv[]); +extern int use_json(const int argc, 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, -- cgit v1.2.3