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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 4bee27ec..90cb823d 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -152,7 +152,6 @@ struct image
/** \name The filename and event ID for the image
* @{ */
char *filename;
- struct event *event; /* FIXME: Deprecated */
char *ev;
/** @} */
@@ -244,6 +243,7 @@ extern signed int is_cbf_file(const char *filename);
/* New API */
+extern struct image *image_new(void);
extern struct image *image_read(DataTemplate *dtempl, const char *filename,
const char *event);
extern void image_free(struct image *image);