summaryrefslogtreecommitdiffstats
path: root/save-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-xml.c')
-rw-r--r--save-xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/save-xml.c b/save-xml.c
index 620980a60..988ede1bf 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -13,6 +13,7 @@
#include "membuffer.h"
#include "strndup.h"
#include "git-access.h"
+#include "qthelperfromc.h"
/*
* We're outputting utf8 in xml.
@@ -360,8 +361,6 @@ static void save_dc(struct membuffer *b, struct dive *dive, struct divecomputer
put_format(b, " </divecomputer>\n");
}
-extern char * hashstring(char * filename);
-
static void save_picture(struct membuffer *b, struct picture *pic)
{
put_string(b, " <picture filename='");