diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-22 11:20:46 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-22 11:20:46 -0800 |
commit | ce659407a8093834eab29b5c030305f8a0d943b0 (patch) | |
tree | 4e76114cfdb052d7d7b4702e7620ab628e28095a /dive.h | |
parent | 28aba5a2062cd8310f3f637e9572fe3a92d41dfd (diff) | |
download | subsurface-ce659407a8093834eab29b5c030305f8a0d943b0.tar.gz |
Add correct XSLT search path for Windows
And report error if XSLT stylesheet not found
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -529,10 +529,6 @@ extern void set_filename(const char *filename, gboolean force); extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename); -#ifdef XSLT -extern xmlDoc *test_xslt_transforms(xmlDoc *doc); -#endif - extern void show_dive_info(struct dive *); extern void show_dive_equipment(struct dive *, int w_idx); |