ovs-vsctl: Support references among records at creation time.
[openvswitch] / lib / shash.h
index 38d0dbbb89e4c186d45f39186574e37fb4fe5ac7..de8504527f77b2ea85dabf4d9290d5e3f3ff768b 100644 (file)
@@ -50,6 +50,7 @@ void shash_clear(struct shash *);
 bool shash_is_empty(const struct shash *);
 size_t shash_count(const struct shash *);
 struct shash_node *shash_add(struct shash *, const char *, const void *);
+struct shash_node *shash_add_nocopy(struct shash *, char *, const void *);
 bool shash_add_once(struct shash *, const char *, const void *);
 void shash_add_assert(struct shash *, const char *, const void *);
 void shash_delete(struct shash *, struct shash_node *);