diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-26 11:26:35 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-26 11:26:35 -0400 |
commit | abf869c4168fedffd0f992d2f215a924258c294b (patch) | |
tree | c5b24b4c9847dfd24dd7218a2a5f8295fc75253b /src/shared/util.h | |
parent | 5f5839857c805ec9960ecba7d9742fe90d2f5b4b (diff) |
label: move is_dir() to util.c
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 805cf29920..9550aa19f9 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -412,4 +412,6 @@ union file_handle_union { char *tempfn_xxxxxx(const char *p); +int is_dir(const char *path, bool follow); + int execute_command(const char *command, char *const argv[]); |