Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross.h
index 64cb2e6b83f5bb8952fb1d2c4c10d629e7515385..63ae72c018dd57ddcf766b1327ee4ecce40b0e43 100644 (file)
@@ -53,7 +53,8 @@ extern boost::filesystem::path disk_writer_path ();
 #ifdef DCPOMATIC_WINDOWS
 extern void maybe_open_console ();
 #endif
-extern boost::filesystem::path shared_path ();
+extern boost::filesystem::path resources_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 ();