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