diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-11 19:17:36 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-11 19:17:36 -0400 |
commit | 9ffc001bf21f4654871ced0378671509a34c8bb1 (patch) | |
tree | 45a178d02e53b4f9bb1c530af13774ab1a3bc2d5 /include/file.h | |
parent | da0287ec63b2eeda4adeebc9f2bc13e4ebc82eaa (diff) | |
download | lat-9ffc001bf21f4654871ced0378671509a34c8bb1.tar.gz lat-9ffc001bf21f4654871ced0378671509a34c8bb1.zip |
Try to approximate if file is printeablev0.3.0
Diffstat (limited to 'include/file.h')
-rw-r--r-- | include/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file.h b/include/file.h index 9758fad..8dbaf86 100644 --- a/include/file.h +++ b/include/file.h @@ -5,6 +5,7 @@ struct filedata { int lc; size_t len; + int binary; char *buf; }; |