X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=887cdc4a445413bbfccba6168f1f883ef91c89f3;hb=be57e297acd0ae41044c99a7c41f95a8339a314c;hp=21a90a40e5b3e4391d9a9cd9212ebfc2701ee0e7;hpb=c34255bdb217c2a1d3ac6348252437ab8be9ca46;p=elogind.git 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_;