aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/ext/urid/urid.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/ns/ext/urid/urid.h')
-rw-r--r--lv2/ns/ext/urid/urid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/ns/ext/urid/urid.h b/lv2/ns/ext/urid/urid.h
index d36d0dd..22c9a66 100644
--- a/lv2/ns/ext/urid/urid.h
+++ b/lv2/ns/ext/urid/urid.h
@@ -23,7 +23,9 @@
#ifndef LV2_URID_H
#define LV2_URID_H
-#define LV2_URID_URI "http://lv2plug.in/ns/ext/urid"
+#define LV2_URID_URI "http://lv2plug.in/ns/ext/urid"
+#define LV2_URID_MAP_URI LV2_URID_URI "#map"
+#define LV2_URID_UNMAP_URI LV2_URID_URI "#unmap"
#include <stdint.h>