summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline.h b/cmdline.h
index 06b8725..bb36a8d 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -75,6 +75,8 @@ struct cmdline {
/** Table of mounted file systems. */
struct bfs_mtab *mtab;
+ /** The error that occurred parsing the mount table, if any. */
+ int mtab_error;
/** -mindepth option. */
int mindepth;