chiark / gitweb /
add fixme todo list
[elogind.git] / strv.h
diff --git a/strv.h b/strv.h
index 43a5c5954b8b959a3f29895e5d36a4016d0df713..9504cccad4a330ecefd435f7234ebc9624f3ca09 100644 (file)
--- a/strv.h
+++ b/strv.h
@@ -10,6 +10,8 @@ void strv_free(char **l);
 char **strv_copy(char **l);
 unsigned strv_length(char **l);
 
+char **strv_merge(char **a, char **b);
+
 char **strv_new(const char *x, ...) __sentinel;
 
 #define STRV_FOREACH(s, l)                      \