aboutsummaryrefslogtreecommitdiffstats
path: root/save-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-xml.c')
-rw-r--r--save-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-xml.c b/save-xml.c
index 59eb02e23..7b5cd2b10 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -425,7 +425,7 @@ static void save_dc(FILE *f, struct dive *dive, struct divecomputer *dc)
fprintf(f, " </divecomputer>\n");
}
-static void save_dive(FILE *f, struct dive *dive)
+void save_dive(FILE *f, struct dive *dive)
{
struct divecomputer *dc;