summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 18:52:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 18:52:14 +0000
commitae63588c0291f59ef3c14b331c5ec4d3c2f84f8e (patch)
tree2045d9ad4167ef0cb6adbac7d8bec5f02d70b43e /libs/ardour/ardour/utils.h
parent5ef06dd439088226683beff5c6fc1d5af55a014b (diff)
improved WORKING fix for search path issues
git-svn-id: svn://localhost/ardour2/branches/3.0@10940 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/utils.h')
-rw-r--r--libs/ardour/ardour/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/utils.h b/libs/ardour/ardour/utils.h
index 17fa9070ff..03a2ff13b7 100644
--- a/libs/ardour/ardour/utils.h
+++ b/libs/ardour/ardour/utils.h
@@ -59,7 +59,8 @@ int cmp_nocase (const std::string& s, const std::string& s2);
int touch_file(std::string path);
-std::string path_expand (std::string);
+std::string path_expand (std::string); /* single file path */
+std::string search_path_expand (std::string); /* colon-separated search path */
std::string region_name_from_path (std::string path, bool strip_channels, bool add_channel_suffix = false, uint32_t total = 0, uint32_t this_one = 0);
bool path_is_paired (std::string path, std::string& pair_base);