summaryrefslogtreecommitdiff
path: root/strv.h
diff options
context:
space:
mode:
Diffstat (limited to 'strv.h')
-rw-r--r--strv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/strv.h b/strv.h
index 43a5c5954b..9504cccad4 100644
--- 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) \