diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-21 14:48:04 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-21 16:07:04 +0200 |
commit | 51f8c3f2ea9f0ddb8f7d99960182ab1f0344859a (patch) | |
tree | 61ed684321360f2b35a7563ed4610f1f8c555902 /lib/json.h | |
parent | ospfd: Do not print warning on new interface (diff) | |
download | frr-51f8c3f2ea9f0ddb8f7d99960182ab1f0344859a.tar.xz frr-51f8c3f2ea9f0ddb8f7d99960182ab1f0344859a.zip |
lib: Add #define str for JavaScript help string
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/json.h')
-rw-r--r-- | lib/json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h index 561f7cc40..5dbad601a 100644 --- a/lib/json.h +++ b/lib/json.h @@ -40,4 +40,6 @@ extern void json_object_boolean_true_add(struct json_object* obj, extern struct json_object* json_object_lock(struct json_object *obj); extern void json_object_free(struct json_object *obj); +#define JSON_STR "JavaScript Object Notation\n" + #endif /* _QUAGGA_JSON_H */ |