summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-10-03 12:13:54 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-10-03 12:13:54 -0700
commit1531a37dd0b74fcb06ca06fd2f225d4a2d228a87 (patch)
tree87edc576053e177afb4a3bcddee4876cea0ece47 /uemis.h
parenta32d28d5e388ab3e31eadcd329814488fa5e8b1b (diff)
parentc15f798a85db53dae404a9113266a4d2bc72fbc6 (diff)
downloadsubsurface-1531a37dd0b74fcb06ca06fd2f225d4a2d228a87.tar.gz
Merge branch 'uemis-integration' of git://github.com/dirkhh/subsurface
* 'uemis-integration' of git://github.com/dirkhh/subsurface: Remove the ability to 'Import' .SDA files Integrate loading of uemis SDA files into the regular xml parsing First steps towards integrating SDA files into the default XML loading
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/uemis.h b/uemis.h
index d694007d0..e4e8532c2 100644
--- a/uemis.h
+++ b/uemis.h
@@ -3,11 +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, void *divep);
#endif /* DIVE_H */