chiark / gitweb /
util: split-out conf-file.[ch]
[elogind.git] / src / shared / util.h
index 7a2661a04fd0ca04c343cdc088eac98b0a26e33d..b246996fcc69bc0ba6844cda91742499039bcf4a 100644 (file)
@@ -460,9 +460,6 @@ int symlink_or_copy_atomic(const char *from, const char *to);
 
 int fchmod_umask(int fd, mode_t mode);
 
-int conf_files_list(char ***strv, const char *suffix, const char *dir, ...);
-int conf_files_list_strv(char ***strv, const char *suffix, const char **dirs);
-
 int hwclock_is_localtime(void);
 int hwclock_apply_localtime_delta(int *min);
 int hwclock_reset_localtime_delta(void);