diff options
author | Andrew Aquila <andrew.aquila@cfel.de> | 2011-03-28 16:09:43 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:27 +0100 |
commit | 9e74643aed68c2d221452a8912de48ce06135354 (patch) | |
tree | e7d3210a3f1c1b7d3368a4bb6df0940aceddae31 /src/stream.h | |
parent | fa2c2dcf80cc3510aab0e0b8f6ed9fb6c020687a (diff) |
Add many new features to powder_plot
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 */ |