summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index 6d1850f..e822523 100644
--- a/bftw.h
+++ b/bftw.h
@@ -21,6 +21,7 @@
#ifndef BFS_BFTW_H
#define BFS_BFTW_H
+#include "mtab.h"
#include "stat.h"
#include <stddef.h>
@@ -159,6 +160,8 @@ struct bftw_args {
int nopenfd;
/** Flags that control bftw() behaviour. */
enum bftw_flags flags;
+ /** The parsed mount table, if available. */
+ const struct bfs_mtab *mtab;
};
/**