From abf869c4168fedffd0f992d2f215a924258c294b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 26 Oct 2014 11:26:35 -0400 Subject: label: move is_dir() to util.c Signed-off-by: Anthony G. Basile --- src/shared/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/util.h') 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[]); -- cgit v1.2.3-54-g00ecf