aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/ext/urid/urid.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-21 03:11:51 +0000
committerDavid Robillard <d@drobilla.net>2011-11-21 03:11:51 +0000
commit02fb3fba4da00032c26e85d7ef0f767879e1f235 (patch)
tree587fb15e4a81fbdbcbf0b1e9ebad7ae815537da2 /lv2/ns/ext/urid/urid.h
parentbbc2bb312e6d9e5613d4a2342c245d6e378c2108 (diff)
downloadlv2-02fb3fba4da00032c26e85d7ef0f767879e1f235.tar.xz
Update urid extension.
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>