From 5c069ee466820daf2ccf90426dbcda2dda1f2012 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Dec 2014 11:07:06 -0500 Subject: util: rename ignore_file() to hidden_file() hidden_file() is a bit more precise, since dot files usually shouldn't be ignored, but certainly be considered hidden. Signed-off-by: Anthony G. Basile --- src/shared/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h index 1ce09c7e00..8cdb79cd8f 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -193,7 +193,7 @@ char *xescape(const char *s, const char *bad); bool dirent_is_file_with_suffix(const struct dirent *de, const char *suffix) _pure_; -bool ignore_file(const char *filename) _pure_; +bool hidden_file(const char *filename) _pure_; int dev_urandom(void *p, size_t n); void random_bytes(void *p, size_t n); -- cgit v1.2.3-54-g00ecf