]> git.tdb.fi Git - ext/subsurface.git/blob - uemis.h
Integrate loading of uemis SDA files into the regular xml parsing
[ext/subsurface.git] / uemis.h
1 #ifndef UEMIS_H
2 #define UEMIS_H
3
4 /*
5  * defines and prototypes for the uemis Zurich SDA file parser
6  * we add this to the list of dive computers that is supported
7  * in libdivecomputer by using a negative value for the type enum
8  */
9 #define DEVICE_TYPE_UEMIS (-1)
10
11 void uemis_import();
12 void uemis_parse_divelog_binary(char *base64, void *divep);
13
14 #endif /* DIVE_H */