aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 8bcd0a57..78fd01cd 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -235,7 +235,8 @@ extern struct image *image_read_data_block(const DataTemplate *dtempl,
DataSourceType type,
int serial,
int no_image_data,
- int no_mask_data);
+ int no_mask_data,
+ TimeAccounts *taccs);
extern void image_free(struct image *image);
extern int image_read_header_float(struct image *image, const char *from,