diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-02 17:47:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-02 22:18:41 -0700 |
commit | f2566ba561ff8eb560e71dd89de5e66e46e7143d (patch) | |
tree | e7d35033cb61283bc5ba7e191d1d3447a2456afb /uemis.h | |
parent | fe0eff8f1ef6f5bd73a0b89d3ac5fc334650c184 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |