From 5b6319dceedd81f3f1ce7eb70ea5defaef43bcec Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Jun 2010 21:54:17 +0200 Subject: service: optionally call into PAM when dropping priviliges --- src/strv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strv.h') diff --git a/src/strv.h b/src/strv.h index 2d24b4e392..af13983993 100644 --- a/src/strv.h +++ b/src/strv.h @@ -55,8 +55,8 @@ 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_; +char **strv_env_merge(unsigned n_lists, ...); +char **strv_env_delete(char **x, unsigned n_lists, ...); #define STRV_FOREACH(s, l) \ for ((s) = (l); (s) && *(s); (s)++) -- cgit v1.2.3-54-g00ecf