aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-18 16:31:40 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 (patch)
tree77037316f3f13b257d81670b969aac4d3274fdbf /src/detector.h
parent83af8912dcdc58423298e50441617ebce26891a6 (diff)
Introduce 'geomatic'
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 */