summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index eecdffe66..2befb4d2c 100644
--- a/profile.c
+++ b/profile.c
@@ -1955,7 +1955,7 @@ static int nr_dcs(struct divecomputer *main)
return i;
}
-static struct divecomputer *select_dc(struct divecomputer *main)
+struct divecomputer *select_dc(struct divecomputer *main)
{
int i = dc_number;
struct divecomputer *dc = main;