summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-14 13:04:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-14 13:04:16 +0200
commit4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 (patch)
treeed4d7080771f529980f1dafe48347ee4e2795c37 /src/lib/cross.h
parentff623a7f045575169820b28a9e1d4ee10ec2fb69 (diff)
Add xsd_path() and use it to fix access to .xsd files on Linux (#1830).
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 64cb2e6b8..0ba43cc40 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -54,6 +54,7 @@ extern boost::filesystem::path disk_writer_path ();
extern void maybe_open_console ();
#endif
extern boost::filesystem::path shared_path ();
+extern boost::filesystem::path xsd_path ();
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
extern void start_batch_converter ();