diff options
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arg.h b/include/arg.h index 5c45800..e37a950 100644 --- a/include/arg.h +++ b/include/arg.h @@ -9,6 +9,7 @@ struct config { bool process; bool color; bool lines; + bool headers; bool force_binary; bool has_read_stdin; }; |