chiark / gitweb /
path: follow symbolic link for parent path
[elogind.git] / src / shared / strv.h
index 2c0280b71307ccab1624ef2ff196cb62c1f8ba47..9e5b1bb8b0de69e465f755927a0df69d3b04bef3 100644 (file)
@@ -34,6 +34,8 @@ void strv_free(char **l);
 DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free);
 #define _cleanup_strv_free_ _cleanup_(strv_freep)
 
+void strv_clear(char **l);
+
 char **strv_copy(char * const *l);
 unsigned strv_length(char * const *l) _pure_;