summaryrefslogtreecommitdiff
path: root/src/basic/hash-funcs.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-08-08 22:02:53 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-08-08 23:41:28 +0900
commit52be2b43f530c69b058625d7b9e0a2184c5d3938 (patch)
tree1a9e449ecaf2de64bf41f4c76e35004a2bfc7a7f /src/basic/hash-funcs.h
parent65a667c49c79c65a848292abfe0755b2f5da9662 (diff)
downloadsystemd-52be2b43f530c69b058625d7b9e0a2184c5d3938.tar.gz
hash-funcs: introduce string_hash_ops_free_strv_free
Diffstat (limited to 'src/basic/hash-funcs.h')
-rw-r--r--src/basic/hash-funcs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/hash-funcs.h b/src/basic/hash-funcs.h
index c537c6af7e..c14302ec72 100644
--- a/src/basic/hash-funcs.h
+++ b/src/basic/hash-funcs.h
@@ -78,6 +78,7 @@ void string_hash_func(const char *p, struct siphash *state);
extern const struct hash_ops string_hash_ops;
extern const struct hash_ops string_hash_ops_free;
extern const struct hash_ops string_hash_ops_free_free;
+extern const struct hash_ops string_hash_ops_free_strv_free;
void path_hash_func(const char *p, struct siphash *state);
extern const struct hash_ops path_hash_ops;