add lua search path
[ardour.git] / libs / ardour / ardour / search_paths.h
index 3eea49164c8ee197020ea4d8afeeb6974dce87ac..31305158525e32d956db42daa622e8bcb38a5805 100644 (file)
@@ -107,6 +107,14 @@ namespace ARDOUR {
         */
        LIBARDOUR_API PBD::Searchpath template_search_path ();
 
+
+       /**
+        * return a Searchpath containing directories in which to look for
+        * lua scripts
+        */
+       LIBARDOUR_API PBD::Searchpath lua_search_path ();
+
+
 } // namespace ARDOUR
 
 #endif /* __libardour_search_paths_h__ */