aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h
index 248534f3..08a69f84 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -121,7 +121,7 @@ extern double largest_q(struct image *image);
extern double smallest_q(struct image *image);
-extern int write_detector_geometry(const char *filename, struct detector *det);
+extern struct panel *find_panel_by_name(struct detector *det, const char *name);
#endif /* DETECTOR_H */