summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-05-07 18:55:45 +0200
committerKay Sievers <kay@vrfy.org>2012-05-07 19:01:24 +0200
commit2c21044f05e32ec483b6ab13e175278779e9ebe3 (patch)
tree1464655a87ca946c5ffd26417886721fdbbd3ece /src/shared/util.h
parent7fdd367e6d675d4546074c5dd35bf168d7c17339 (diff)
util: split-out conf-file.[ch]
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 7a2661a04f..b246996fcc 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -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);