summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index cfed9fcb..f7943463 100644
--- a/src/util.h
+++ b/src/util.h
@@ -97,6 +97,7 @@ extern std::string make_digest (ArrayData data);
extern bool ids_equal (std::string a, std::string b);
extern std::string remove_urn_uuid (std::string raw);
extern boost::optional<std::string> remove_urn_uuid(boost::optional<std::string> raw);
+extern std::string remove_urn_smpte_ul(std::string raw);
/** Set up various bits that the library needs. Should be called once
* by client applications.