From 34c67ba85403fc0e785e2bf135581cd9ed8a3cd4 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Mar 2014 15:59:12 +0000 Subject: Move 'template_search_path()' and 'route_template_search_path()' into 'libs/ardour/search_paths.cc' --- libs/ardour/ardour/search_paths.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libs/ardour/ardour/search_paths.h') diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h index 85ed2cbfd7..d52e4de058 100644 --- a/libs/ardour/ardour/search_paths.h +++ b/libs/ardour/ardour/search_paths.h @@ -93,6 +93,18 @@ namespace ARDOUR { */ LIBARDOUR_API PBD::Searchpath panner_search_path (); + /** + * return a Searchpath containing directories in which to look for + * route templates. + */ + LIBARDOUR_API PBD::Searchpath route_template_search_path (); + + /** + * return a Searchpath containing directories in which to look for + * other templates. + */ + LIBARDOUR_API PBD::Searchpath template_search_path (); + } // namespace ARDOUR #endif /* __libardour_search_paths_h__ */ -- cgit v1.2.3