X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Futil.h;h=79e98be20bd067cc661a616f994ba3ef9277afe2;hb=ec2002f84928c0b5921a961cb2b8637563f29daa;hp=fcaeac4ab9da127622908edfb93112771b7d05f2;hpb=7640a5de1b3ffe6547200ad204d14e4f067caf4f;p=elogind.git diff --git a/src/util.h b/src/util.h index fcaeac4ab..79e98be20 100644 --- a/src/util.h +++ b/src/util.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -224,6 +225,7 @@ char *path_make_absolute_cwd(const char *p); char **strv_path_make_absolute_cwd(char **l); char **strv_path_canonicalize(char **l); +char **strv_path_remove_empty(char **l); int reset_all_signal_handlers(void); @@ -441,4 +443,5 @@ int signal_from_string(const char *s); int signal_from_string_try_harder(const char *s); +int conf_files_list(char ***strv, const char *suffix, const char *dir, ...); #endif