diff options
author | Thomas White <taw@physics.org> | 2013-02-05 11:36:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-05 11:36:44 +0100 |
commit | 29cca07716b48f9e433087f5dbb202165b1897e1 (patch) | |
tree | 43c2eb55de6ac540d70308c9c6cbb9c01738b635 /libcrystfel/src/stream.h | |
parent | e132f0a215392b13bf289cad55f2fece6e193625 (diff) |
WIP on bringing programs up to date
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index db74583d..9340ca0d 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -49,9 +49,8 @@ extern void write_chunk(Stream *st, struct image *image, struct hdfile *hdfile, extern int read_chunk(Stream *st, struct image *image); -/* Nasty functions that should be avoided */ -extern int count_patterns(FILE *fh); -extern int skip_some_files(FILE *fh, int n); +extern int rewind_stream(Stream *st); + extern int is_stream(const char *filename); #endif /* STREAM_H */ |