summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-04 13:21:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-04 13:21:31 -0700
commitf8708e2921d116890fa0bac1d46d3b464ca08218 (patch)
tree52d7af2c98e2c222da5ca44352e270f2379f1b17 /dive.h
parentae713763c79afb483afec12d02730e0c5a8af309 (diff)
downloadsubsurface-f8708e2921d116890fa0bac1d46d3b464ca08218.tar.gz
Use helper function to find xslt folder
This seems much better than the different hard coded and semi-hard coded paths we had before. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 9fb47f21a..3b0df197c 100644
--- a/dive.h
+++ b/dive.h
@@ -611,6 +611,8 @@ extern void save_dive(FILE *f, struct dive *dive);
extern xsltStylesheetPtr get_stylesheet(const char *name);
+extern char *xslt_path;
+
extern timestamp_t utc_mktime(struct tm *tm);
extern void utc_mkdate(timestamp_t, struct tm *tm);