From fe9cea3352b919f81ead0de5487ed593325b2ef0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 5 Oct 2011 17:52:06 +0200 Subject: Add option to follow symlinks to check_file() --- src/util/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 6cc8a546c..9a0064717 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -429,7 +429,7 @@ enum check_file_type { */ errno_t check_file(const char *filename, const int uid, const int gid, const int mode, enum check_file_type type, - struct stat *caller_stat_buf); + struct stat *caller_stat_buf, bool follow_symlink); /* check_fd() * Verify that an open file descriptor has certain permissions and/or -- cgit