summaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h
index d9a05ce..7dc5407 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -7,6 +7,8 @@
typedef struct {
FILE *__file;
bool __alloc;
+ char peakbuf[16];
+ int peakamt;
} stream_t;
stream_t stream_open(const char *path, const char* mode);