From f2566ba561ff8eb560e71dd89de5e66e46e7143d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 2 Oct 2011 17:47:20 -0700 Subject: First steps towards integrating SDA files into the default XML loading Signed-off-by: Dirk Hohndel --- uemis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uemis.c') diff --git a/uemis.c b/uemis.c index 25d1b8ab7..259d30c53 100644 --- a/uemis.c +++ b/uemis.c @@ -180,7 +180,7 @@ bail: /* * parse uemis base64 data blob into struct dive */ -static void parse_divelog_binary(char *base64, struct dive **divep) { +void uemis_parse_divelog_binary(char *base64, struct dive **divep) { int datalen; int i; uint8_t *data; @@ -271,7 +271,7 @@ parse_uemis_file(char *divelogfilename) { /* some error handling */ goto bail; } - parse_divelog_binary(found,&dive); + uemis_parse_divelog_binary(found,&dive); record_dive(dive); bail: if (found) -- cgit v1.2.3-70-g09d2