summaryrefslogtreecommitdiff
path: root/lib/json.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-01-18 17:02:30 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-01-18 17:02:30 +0100
commit11c1607038889c7b25350f67f1f6c2a822d06c2f (patch)
tree7ddf256adaf0cac5553f0feb7f75a224698b0a2d /lib/json.h
parenteb3d20d3980db85025ede6cfad14c3e6b77629a4 (diff)
parentf909c673937f94086978c1e89ce1663c1b074508 (diff)
Merge pull request 'frr/pull/85'
Library changes and some zebra (Linux) kernel interface foo from the PIM-SM/MSDP changeset. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/json.h')
-rw-r--r--lib/json.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h
index bacc799519..7e98614280 100644
--- a/lib/json.h
+++ b/lib/json.h
@@ -32,6 +32,10 @@
* so let's just turn it back to the original usage.
*/
#define json_object_to_json_string_ext(A, B) json_object_to_json_string (A)
+
+extern int json_object_object_get_ex(struct json_object *obj,
+ const char *key,
+ struct json_object **value);
#endif
#include "command.h"