summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-17 12:52:49 -0400
committerDavid Robillard <d@drobilla.net>2013-03-17 12:52:49 -0400
commit07112b55e0bb7ceb9e5c05ab4df167ecaf7edd9b (patch)
treea5f55e221629394096734204f568c592c6cfd58f /libs/ardour/ardour/utils.h
parent2233e91086c01eeaf4d023db4e305944bc4565e6 (diff)
Save LV2 presets with relative URIs to their own bundle, in the same style as Jalv.
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 5e4cc3bdc4..7223d1f8ec 100644
--- a/libs/ardour/ardour/utils.h
+++ b/libs/ardour/ardour/utils.h
@@ -40,6 +40,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_uri (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);