diff options
Diffstat (limited to 'uemis.h')
-rw-r--r-- | uemis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ #define DEVICE_TYPE_UEMIS (-1) void uemis_import(); -void uemis_parse_divelog_binary(char *base64, struct dive **divep); +void uemis_parse_divelog_binary(char *base64, void *divep); #endif /* DIVE_H */ |