summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index 6f6108b..790d422 100644
--- a/bftw.h
+++ b/bftw.h
@@ -75,6 +75,8 @@ struct BFTW {
int at_fd;
/** The path relative to atfd 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;
};
enum bftw_action {