aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reproject.h b/src/reproject.h
index 93f010a..37eb84d 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -19,7 +19,8 @@
#include "control.h"
#include "image.h"
-extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist);
+extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist,
+ ControlContext *ctx);
extern void reproject_partner_features(ImageFeatureList *rflist, ImageRecord *image);
extern void reproject_cell_to_lattice(ControlContext *ctx);
extern void reproject_lattice_changed(ControlContext *ctx);