X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=strv.h;fp=strv.h;h=f0be83dd59fed7107b4e93a8368824bf7984b921;hb=1137a57c2677936bab56c26591a42c93a5e670a8;hp=9cd8732b4f8fb7f66c69c9ea290e6ca09dadd183;hpb=6e620becc8543e9ea8381fcd779dd932c2464749;p=elogind.git diff --git a/strv.h b/strv.h index 9cd8732b4..f0be83dd5 100644 --- a/strv.h +++ b/strv.h @@ -54,6 +54,7 @@ char **strv_split_quoted(const char *s) _malloc; char *strv_join(char **l, const char *separator) _malloc; char **strv_env_merge(char **x, ...) _sentinel; +char **strv_env_delete(char **x, ...) _sentinel; #define STRV_FOREACH(s, l) \ for ((s) = (l); (s) && *(s); (s)++)