summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-27 12:12:28 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-27 12:12:28 +0000
commitbbc289dbe3d6d9894c5db2d7a362409ae8a25578 (patch)
tree2ac7e393249e190d1335807d8233dcf1fd031f44 /libs/ardour/ardour/filesystem_paths.h
parentc37a944b15d67c1c4287c29647172f1ac54f1dee (diff)
Add ARDOUR::ardour_search_path that contains the directories in the ARDOUR_PATH environment variable.
Rename ARDOUR::config_search_path to ARDOUR::system_config_search_path Use PBD::find_file_in_search_path in Configuration::load_state git-svn-id: svn://localhost/ardour2/trunk@2054 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index c5b8b2a057..b5ef1a91c9 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -39,7 +39,9 @@ namespace ARDOUR {
*/
sys::path ardour_module_directory ();
- SearchPath config_search_path ();
+ SearchPath ardour_search_path ();
+
+ SearchPath system_config_search_path ();
} // namespace ARDOUR