diff options
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; }; |