diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 2 |
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 */ |