diff options
author | Thomas White <taw@physics.org> | 2020-05-20 16:46:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 8e30641ba8fe37575794adef60c340e6116e0e7b (patch) | |
tree | ee88eebfa1728d57a7b3331ebaba3f50c6b1500c /libcrystfel/src/stream.h | |
parent | be37f0ce53156221de0248ee43dd2b3551bcb771 (diff) |
Port indexamajig to new API, part I
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index f3e4d7e8..18a983c9 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -121,14 +121,8 @@ extern int read_chunk_2(Stream *st, struct image *image, StreamReadFlags srf); extern int stream_has_old_indexers(Stream *st); -extern int write_chunk(Stream *st, struct image *image, struct imagefile *imfile, - int include_peaks, int include_reflections, - struct event *ev); - -extern int write_chunk_2(Stream *st, struct image *image, - struct imagefile *imfile, - int include_peaks, int include_reflections, - struct event *ev); +extern int write_chunk(Stream *st, struct image *image, + int include_peaks, int include_reflections); extern void write_command(Stream *st, int argc, char *argv[]); extern void write_geometry_file(Stream *st, const char *geom_filename); |