diff options
Diffstat (limited to 'include')
-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 02ca360..985daa4 100644 --- a/include/arg.h +++ b/include/arg.h @@ -7,6 +7,7 @@ struct config { bool color; bool lines; + bool has_read_stdin; }; extern struct config conf; |