aboutsummaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h3
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 */