diff options
author | Thomas White <taw@physics.org> | 2011-03-11 17:51:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 38ab00ccb6869318f1a12a96443fa6c23de1f6e7 (patch) | |
tree | 096d834513a8d61a4e6e94b93086e052c37ccbf5 /src/stream.h | |
parent | 5c198c0e6812f55be6283e12af0b09100edb38bf (diff) |
First part of stream rework
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index 5865aeca..b5f05b19 100644 --- a/src/stream.h +++ b/src/stream.h @@ -17,8 +17,11 @@ #endif +struct image; + extern int count_patterns(FILE *fh); extern int find_chunk(FILE *fh, UnitCell **cell, char **filename, double *ev); +extern void write_chunk(FILE *ofh, struct image *image, int flags); #endif /* STREAM_H */ |