diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
commit | e0eacfa9773c83850ed5169d1e889ff845180581 (patch) | |
tree | 9f8bb433404ce7e4dda1b86ca4dd5d5a2fba10e9 /src/stream.h | |
parent | snbt (diff) | |
download | nbtvis-e0eacfa9773c83850ed5169d1e889ff845180581.tar.gz nbtvis-e0eacfa9773c83850ed5169d1e889ff845180581.tar.bz2 nbtvis-e0eacfa9773c83850ed5169d1e889ff845180581.zip |
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); |