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 06fdedb..c08544d 100644
--- a/bftw.h
+++ b/bftw.h
@@ -188,6 +188,8 @@ enum bftw_flags {
BFTW_MOUNT = 1 << 6,
/** Skip the descendents of mount points. */
BFTW_XDEV = 1 << 7,
+ /** Sort directory entries before processing them. */
+ BFTW_SORT = 1 << 8,
};
/**