From d40691e31e2674d7d95ec9160b9897805ce3f43b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 4 May 2019 11:51:56 -0400 Subject: stat: Unify the flags arguments --- bftw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bftw.h') diff --git a/bftw.h b/bftw.h index e822523..e0f02d9 100644 --- a/bftw.h +++ b/bftw.h @@ -96,10 +96,10 @@ struct BFTW { /** A parent file descriptor for the *at() family of calls. */ int at_fd; - /** The path relative to atfd for the *at() family of calls. */ + /** The path relative to at_fd for the *at() family of calls. */ const char *at_path; - /** Appropriate flags (such as AT_SYMLINK_NOFOLLOW) for the *at() family of calls. */ - int at_flags; + /** Flags for bfs_stat(). */ + enum bfs_stat_flag stat_flags; }; /** -- cgit v1.2.3