aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 123864a2..47c9e488 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -472,7 +472,7 @@ static struct badregion *new_bad_region(struct detector *det, const char *name)
}
-static struct panel *find_panel_by_name(struct detector *det, const char *name)
+struct panel *find_panel_by_name(struct detector *det, const char *name)
{
int i;