summaryrefslogtreecommitdiffhomepage
path: root/stream.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-02-25 21:08:34 +0100
committerAki <please@ignore.pl>2021-02-25 21:08:34 +0100
commitd2d8e8733c68c75097bac120162742ba4b15736b (patch)
tree206819a9fbf24bd2909a418d7a98075b36abf918 /stream.h
parent27375d684bd5cdfa7f082855b79ab69175e3499f (diff)
downloadplop-d2d8e8733c68c75097bac120162742ba4b15736b.zip
plop-d2d8e8733c68c75097bac120162742ba4b15736b.tar.gz
plop-d2d8e8733c68c75097bac120162742ba4b15736b.tar.bz2
Implemented basic until reading
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index c4bb3ef..a164981 100644
--- a/stream.h
+++ b/stream.h
@@ -7,6 +7,7 @@ struct buffer
char * data;
int length;
int offset;
+ int allocated;
};
struct stream