summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-25 20:21:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-25 20:21:43 -0700
commitd88c69b97a9aa563cba0dc5c2b4aad2b4ce61b12 (patch)
tree27880310ad17a9a34ee576bdd4de22d8028af923 /uemis.h
parentac723ace81f5a47e04845a5028a34431152b656e (diff)
parentb8a4730661be478d890aa3bc327d8af76ef4b86b (diff)
downloadsubsurface-d88c69b97a9aa563cba0dc5c2b4aad2b4ce61b12.tar.gz
Merge branch 'uemis-next'
No reason to keep this in a separate branch. If we decide to make a 2.1.1 release we'll simply cherry pick only the fixes.
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uemis.h b/uemis.h
index baa6783a4..4cb5c2b47 100644
--- a/uemis.h
+++ b/uemis.h
@@ -8,6 +8,7 @@
#include <stdint.h>
void uemis_parse_divelog_binary(char *base64, void *divep);
+void decode(uint8_t *in, uint8_t *out, int len);
typedef struct {
uint16_t dive_time;