diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 18:40:17 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 18:40:17 -0400 |
commit | f853dabe7f3585ec856669c6711df08087b65cd8 (patch) | |
tree | b8b89665b23fe807a88810d89805e29ae5ffd946 /include/arg.h | |
parent | ab10a9c2176faa2f339d4e39ace58b811a6c05be (diff) | |
download | lat-0.7.4.tar.gz lat-0.7.4.zip |
Fix stdin supportv0.7.4
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index 1bf23f4..dc2e242 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,9 +2,10 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.4.0" +#define LAT_VERSION "0.7.3" struct config { + bool stdin; bool process; bool color; bool lines; |