aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h
index ca2d116f..3e2c35e2 100644
--- a/src/crystfelimageview.h
+++ b/src/crystfelimageview.h
@@ -106,4 +106,9 @@ extern int crystfel_image_view_set_image(CrystFELImageView *iv,
const char *filename,
const char *event);
+extern struct image *crystfel_image_view_get_image_struct(CrystFELImageView *iv);
+
+extern void crystfel_image_view_set_peaks(CrystFELImageView *iv,
+ ImageFeatureList *peaks);
+
#endif /* CRYSTFELIMAGEVIEW_H */