diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-22 15:15:50 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-22 15:15:50 +0000 |
| commit | 4dcadbefd00d7c4c97a16f3adc591bd4478965df (patch) | |
| tree | acecbc7c32d2478e02018dfbcb230b2a6a9d4c39 /lib/json.h | |
| parent | 69642336f03b4097a2122a05c92ab0bc5a1a8836 (diff) | |
bgpd: argv update for all but bgp_vty.c
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
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 25fceb1053..3fcfe340e9 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 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, |
