aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-11 15:35:44 -0700
committerThomas White <taw@bitwiz.org.uk>2010-06-11 15:35:44 -0700
commit29e67fab67793ce42b889405cf6e7ef1a32d0bdc (patch)
treee9b66ffb56fae17a109d27e15222eba664515831 /src/detector.h
parent1915044fdd7b7de700330450445be9fe5d5b2001 (diff)
Get detector geometry from file
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index d6e740a0..057b70a8 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -47,4 +47,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);
+
#endif /* DETECTOR_H */