summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-20 13:08:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-20 13:08:50 +0000
commit57bcb2182fa44ffb04f7b255a5676ef4af879b42 (patch)
tree42c32073d404918ef199a2d257024a5a2a131d88 /libs/ardour/ardour/utils.h
parente9f1b1287b62bfa4b1c2dc1113e37be125c60eed (diff)
replace characters that would make an export filename illegal on any/all filesystems with "_"
git-svn-id: svn://localhost/ardour2/branches/3.0@13689 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/utils.h')
-rw-r--r--libs/ardour/ardour/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/utils.h b/libs/ardour/ardour/utils.h
index 7a09f5e209..5e4cc3bdc4 100644
--- a/libs/ardour/ardour/utils.h
+++ b/libs/ardour/ardour/utils.h
@@ -39,6 +39,7 @@
class XMLNode;
std::string legalize_for_path (const std::string& str);
+std::string legalize_for_universal_path (const std::string& str);
std::string legalize_for_path_2X (const std::string& str);
XMLNode* find_named_node (const XMLNode& node, std::string name);
std::string bool_as_string (bool);