summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index 9d7d6ba216..c5b8b2a057 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -21,11 +21,12 @@
#define ARDOUR_FILESYSTEM_PATHS_INCLUDED
#include <pbd/filesystem.h>
+#include <pbd/search_path.h>
namespace ARDOUR {
using namespace PBD;
-
+
/**
* @return the path to the directory used to store user specific ardour
* configuration files.
@@ -38,6 +39,8 @@ namespace ARDOUR {
*/
sys::path ardour_module_directory ();
+ SearchPath config_search_path ();
+
} // namespace ARDOUR
#endif