aboutsummaryrefslogtreecommitdiff
path: root/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file.h')
-rw-r--r--include/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file.h b/include/file.h
index df3b515..d440c87 100644
--- a/include/file.h
+++ b/include/file.h
@@ -7,6 +7,7 @@ struct filedata {
size_t len;
int binary;
char *buf;
+ char *altbuf;
};
struct filedata readfile(FILE *fp);