X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftemplate_utils.h;h=dc56c53c445b39d4b992e2e50554d1fa6693d62b;hb=d854c5d93c71d3d607dd22970f1a06f078f350ea;hp=e01a62bbd125fbf745843863b0c35f75bc385deb;hpb=d592b2cc5b793cbe12433815df2f2b51f9454549;p=ardour.git diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h index e01a62bbd1..dc56c53c44 100644 --- a/libs/ardour/ardour/template_utils.h +++ b/libs/ardour/ardour/template_utils.h @@ -24,23 +24,25 @@ #include #include +#include "ardour/libardour_visibility.h" + namespace ARDOUR { - std::string system_template_directory (); - std::string system_route_template_directory (); + LIBARDOUR_API std::string system_template_directory (); + LIBARDOUR_API std::string system_route_template_directory (); - std::string user_template_directory (); - std::string user_route_template_directory (); + LIBARDOUR_API std::string user_template_directory (); + LIBARDOUR_API std::string user_route_template_directory (); - struct TemplateInfo { + struct LIBARDOUR_API TemplateInfo { std::string name; std::string path; }; - void find_route_templates (std::vector& template_names); - void find_session_templates (std::vector& template_names); + LIBARDOUR_API void find_route_templates (std::vector& template_names); + LIBARDOUR_API void find_session_templates (std::vector& template_names); - std::string session_template_dir_to_file (std::string const &); + LIBARDOUR_API std::string session_template_dir_to_file (std::string const &); } // namespace ARDOUR