diff options
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 */ |