X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=uemis.h;h=e4e8532c21c429680a059041cfac0a3eadd2f822;hb=09ef299044246890d6e257593e4f5742191c13bb;hp=62aeb54225abf3a00a1186064132656baf96d2ad;hpb=f2566ba561ff8eb560e71dd89de5e66e46e7143d;p=ext%2Fsubsurface.git diff --git a/uemis.h b/uemis.h index 62aeb54..e4e8532 100644 --- a/uemis.h +++ b/uemis.h @@ -3,12 +3,8 @@ /* * defines and prototypes for the uemis Zurich SDA file parser - * we add this to the list of dive computers that is supported - * in libdivecomputer by using a negative value for the type enum */ -#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 */