diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index 02a01c48..e4e71728 100644 --- a/src/stream.h +++ b/src/stream.h @@ -43,4 +43,6 @@ extern int read_chunk(FILE *fh, struct image *image); extern int skip_some_files(FILE *fh, int n); +extern int is_stream(const char *filename); + #endif /* STREAM_H */ |