aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 63d4d268..8bd537d1 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -53,5 +53,6 @@ extern void record_image(struct image *image, int do_poisson);
extern struct panel *find_panel(struct detector *det, int x, int y);
extern struct detector *get_detector_geometry(const char *filename);
+extern void free_detector_geometry(struct detector *det);
#endif /* DETECTOR_H */