aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 571f754..ae19362 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -76,8 +76,7 @@ extern Reflection *reflection_add(ReflectionContext *reflectionctx, double x, do
#include "control.h"
-extern void reflection_add_from_dp(ControlContext *ctx, double x, double y, double tilt_degrees, double intensity);
-extern void reflection_add_from_reciprocal(ControlContext *ctx, double x, double y, double tilt_degrees, double intensity);
+extern void reflection_add_from_dp(ControlContext *ctx, double x, double y, ImageRecord imagerecord, double intensity);
extern void reflection_add_from_reflection(ReflectionContext *rctx, Reflection *r);
#endif /* REFLECTION_H */