diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index 3869e515..64bd9529 100644 --- a/src/stream.h +++ b/src/stream.h @@ -38,4 +38,8 @@ extern void write_chunk(FILE *ofh, struct image *image, int flags); extern int parse_stream_flags(const char *a); +extern int read_chunk(FILE *fh, struct image *image); + +extern int skip_some_files(FILE *fh, int n); + #endif /* STREAM_H */ |