diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 13:21:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 13:21:31 -0700 |
commit | f8708e2921d116890fa0bac1d46d3b464ca08218 (patch) | |
tree | 52d7af2c98e2c222da5ca44352e270f2379f1b17 /dive.h | |
parent | ae713763c79afb483afec12d02730e0c5a8af309 (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |