summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-02 17:47:20 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-02 22:18:41 -0700
commitf2566ba561ff8eb560e71dd89de5e66e46e7143d (patch)
treee7d35033cb61283bc5ba7e191d1d3447a2456afb /uemis.h
parentfe0eff8f1ef6f5bd73a0b89d3ac5fc334650c184 (diff)
downloadsubsurface-f2566ba561ff8eb560e71dd89de5e66e46e7143d.tar.gz
First steps towards integrating SDA files into the default XML loading
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uemis.h b/uemis.h
index d694007d0..62aeb5422 100644
--- a/uemis.h
+++ b/uemis.h
@@ -9,5 +9,6 @@
#define DEVICE_TYPE_UEMIS (-1)
void uemis_import();
+void uemis_parse_divelog_binary(char *base64, struct dive **divep);
#endif /* DIVE_H */