diff options
Diffstat (limited to 'src/strv.h')
-rw-r--r-- | src/strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strv.h b/src/strv.h index 064576ce1e..46436a52d9 100644 --- a/src/strv.h +++ b/src/strv.h @@ -59,6 +59,7 @@ char **strv_env_merge(unsigned n_lists, ...); char **strv_env_delete(char **x, unsigned n_lists, ...); char **strv_env_set(char **x, const char *p); +char **strv_env_unset(char **l, const char *p); char *strv_env_get_with_length(char **l, const char *name, size_t k); char *strv_env_get(char **x, const char *n); |