summaryrefslogtreecommitdiff
path: root/lib/shash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shash.h')
-rw-r--r--lib/shash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/shash.h b/lib/shash.h
index de8504527..f97e6616d 100644
--- a/lib/shash.h
+++ b/lib/shash.h
@@ -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 *);