diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/stream.h b/src/stream.h deleted file mode 100644 index 0a974c05..00000000 --- a/src/stream.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _STREAM_H_ -#define _STREAM_H_ - -#include "buffer.h" - -typedef struct { - char *start; - off_t size; -} stream; - -LI_EXPORT int stream_open(stream *f, buffer *fn); -LI_EXPORT int stream_close(stream *f); - -#endif |