2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-02 23:35:27 +00:00

json: New function json_nullable_clone().

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
Ben Pfaff
2017-03-22 14:36:57 -07:00
parent ffa3493a00
commit d697750af6
2 changed files with 8 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ int64_t json_integer(const struct json *);
struct json *json_deep_clone(const struct json *);
struct json *json_clone(const struct json *);
struct json *json_nullable_clone(const struct json *);
void json_destroy(struct json *);
size_t json_hash(const struct json *, size_t basis);