diff options
Diffstat (limited to 'include/ingen')
-rw-r--r-- | include/ingen/shared/URIs.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ingen/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 7083507e..ba68f9eb 100644 --- a/include/ingen/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp @@ -29,6 +29,9 @@ class URIs : public boost::noncopyable { public: URIs(); + uint32_t map_uri(const char* uri); + const char* unmap_uri(uint32_t urid); + struct Quark : public Raul::URI { Quark(const char* str); const char* c_str() const; |