summaryrefslogtreecommitdiffstats
path: root/src/ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.h')
-rw-r--r--src/ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ctx.h b/src/ctx.h
index c7ebc20..4ca4a34 100644
--- a/src/ctx.h
+++ b/src/ctx.h
@@ -75,6 +75,8 @@ struct bfs_ctx {
bool interactive;
/** Whether to print warnings (-warn/-nowarn). */
bool warn;
+ /** Whether to report errors (-noerror). */
+ bool ignore_errors;
/** Whether any dangerous actions (-delete/-exec) are present. */
bool dangerous;