ovsdb-idlc: Fix sizeof calculation in generated code.
[openvswitch] / lib / shash.h
index de8504527f77b2ea85dabf4d9290d5e3f3ff768b..f97e6616d09c70087122841e775c4f742a108024 100644 (file)
@@ -44,9 +44,11 @@ struct shash {
 
 void shash_init(struct shash *);
 void shash_destroy(struct shash *);
+void shash_destroy_free_data(struct shash *);
 void shash_swap(struct shash *, struct shash *);
 void shash_moved(struct shash *);
 void shash_clear(struct shash *);
+void shash_clear_free_data(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 *);