First steps towards integrating SDA files into the default XML loading

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2011-10-02 17:47:20 -07:00
parent fe0eff8f1e
commit f2566ba561
3 changed files with 6 additions and 2 deletions

View file

@ -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 */