aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h
index c4d6184..bf16f3b 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -24,6 +24,7 @@ struct stream
size_t ptr;
char buf[4096];
const char *file;
+ size_t headlen;
};
void eninit_stream(int status, struct stream *stream);