summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-03-10 10:24:49 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-10 09:29:12 -0700
commit42ea5e351014994980fa0704784906b06a501eec (patch)
treeab5bc00c2627400214e5bce90866fa5448c63805 /parse-xml.c
parent7c6ff9f957a1e7bfebb968cdc4bb96e2832ea4d8 (diff)
downloadsubsurface-42ea5e351014994980fa0704784906b06a501eec.tar.gz
.DLD generation for uploading to divelogs.de
This generates a .DLD file of selected dives to be uploaded to divelogs.de. The actual upload functionality along with sensible user interface is still to be implemented. However, the resulting file from this patch is tested to work (as far as I can tell) using upload API of divelogs.de. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 76c470506..4cdc3d8ab 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -1827,7 +1827,7 @@ static xsltStylesheetPtr try_get_stylesheet(const char *path, int len, const cha
return ret;
}
-static xsltStylesheetPtr get_stylesheet(const char *name)
+xsltStylesheetPtr get_stylesheet(const char *name)
{
const char *path, *next;