Make the value used for 'f' in KDM names consistent (#1657).
[dcpomatic.git] / src / lib / cross.h
index f1d0943fa33e75acb1f767b65fd49d867f475f9d..83cda4a04b41d723572ea43b890558d5dba048ca 100644 (file)
@@ -53,8 +53,7 @@ extern boost::filesystem::path disk_writer_path ();
 extern void maybe_open_console ();
 #endif
 extern boost::filesystem::path resources_path ();
-extern boost::filesystem::path xsd_path ();
-extern boost::filesystem::path tags_path ();
+extern boost::filesystem::path libdcp_resources_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter ();