summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-23 21:36:38 +0200
committerLennart Poettering <lennart@poettering.net>2014-10-23 21:36:56 +0200
commitbe57e297acd0ae41044c99a7c41f95a8339a314c (patch)
tree9bc4a37bdc0746c3dc9e6979495bcaebe005dc53 /src/shared/util.h
parentc34255bdb217c2a1d3ac6348252437ab8be9ca46 (diff)
label: move is_dir() to util.c
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 21a90a40e..887cdc4a4 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -991,6 +991,7 @@ bool is_localhost(const char *hostname);
int take_password_lock(const char *root);
int is_symlink(const char *path);
+int is_dir(const char *path, bool follow);
int unquote_first_word(const char **p, char **ret);
int unquote_many_words(const char **p, ...) _sentinel_;