diff options
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)++) |