chiark / gitweb /
journal: add ability to list values a specified field can take in all entries of...
[elogind.git] / src / shared / strv.h
index ae4e31f14c4246512ff50e5c9dafe54322beb141..81e33356f91f367432cb91957abf3252100a8d23 100644 (file)
@@ -30,6 +30,7 @@ char *strv_find(char **l, const char *name);
 char *strv_find_prefix(char **l, const char *name);
 
 void strv_free(char **l);
+void strv_freep(char ***l);
 char **strv_copy(char **l) _malloc_;
 unsigned strv_length(char **l);