summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-30 13:56:10 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-30 13:56:10 -0700
commit15edba9ab0c50cbd5ee8654c6a0383052d66838f (patch)
tree60366475aa0503d1786fe6bc5c9d8faf0e58bcc9 /dive.h
parent1bc4aba8e7aa819a235a57f8fc228f74f1fb414d (diff)
downloadsubsurface-15edba9ab0c50cbd5ee8654c6a0383052d66838f.tar.gz
Remove the hack to mark parsed XML files as downloaded
This was necessary for the Uemis downloader when we used the SDA file format as intermediary data format and imported that as XML buffer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index e03399ec1..0e358b35f 100644
--- a/dive.h
+++ b/dive.h
@@ -426,7 +426,7 @@ static inline struct dive *get_dive_by_diveid(int diveid, int deviceid)
for ((_i) = 0; ((_x) = get_dive(_i)) != NULL; (_i)++)
extern void parse_xml_init(void);
-extern void parse_xml_buffer(const char *url, const char *buf, int size, gboolean downloaded, GError **error);
+extern void parse_xml_buffer(const char *url, const char *buf, int size, GError **error);
extern void parse_xml_exit(void);
extern void set_filename(const char *filename, gboolean force);