X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=strv.h;h=9bdf287a2108b7ffcd8c6e55d4d7bfaf4aac4f1e;hp=acaae9e7ea8b69c6ee026331370f7130890df37b;hb=e293f0f07d0dcff74acf756a2b88d7bd949257a7;hpb=5f9a22c3745a588883695e90bca00776b79610a4 diff --git a/strv.h b/strv.h index acaae9e7e..9bdf287a2 100644 --- a/strv.h +++ b/strv.h @@ -49,6 +49,8 @@ char **strv_split_quoted(const char *s); char *strv_join(char **l, const char *separator); +char **strv_env_merge(char **x, ...) _sentinel; + #define STRV_FOREACH(s, l) \ for ((s) = (l); (s) && *(s); (s)++)