]> git.tdb.fi Git - ext/subsurface.git/blobdiff - uemis.h
Add working pressure to uemis tank data
[ext/subsurface.git] / uemis.h
diff --git a/uemis.h b/uemis.h
index 1b6c026d1ca1d23fb02f14cbb783d8501f32c6fe..e4e8532c21c429680a059041cfac0a3eadd2f822 100644 (file)
--- a/uemis.h
+++ b/uemis.h
@@ -3,13 +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();
-
-extern GtkWidget *main_window;
+void uemis_parse_divelog_binary(char *base64, void *divep);
 
 #endif /* DIVE_H */