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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user