summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index c874188..eff24bc 100644
--- a/bftw.h
+++ b/bftw.h
@@ -51,6 +51,11 @@ enum bftw_typeflag {
};
/**
+ * Convert a bfs_stat() mode to a bftw() typeflag.
+ */
+enum bftw_typeflag bftw_mode_typeflag(mode_t mode);
+
+/**
* Possible visit occurrences.
*/
enum bftw_visit {