Transfer 'ladspa_search_path()' into 'libs/ardour/search_paths.cc'
[ardour.git] / libs / ardour / ardour / search_paths.h
index 149f233f0914b07ec8c7d9d2adec0a1062c1792c..83f730c35f407838bb672949c4f53a54498e8546 100644 (file)
@@ -53,6 +53,16 @@ namespace ARDOUR {
         */
        LIBARDOUR_API PBD::Searchpath export_formats_search_path ();
 
+       /**
+        * return a Searchpath containing directories in which to look for
+        * LADSPA plugins.
+        *
+        * If LADSPA_PATH is defined then the Searchpath returned
+        * will contain the directories specified in it as well as the
+        * user and system directories.
+        */
+       LIBARDOUR_API PBD::Searchpath ladspa_search_path ();
+
 } // namespace ARDOUR
 
 #endif /* __libardour_search_paths_h__ */