summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 7d7e727..e735800 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -38,6 +38,9 @@ extern "C" {
#define SLV2_NS_RDFS (const unsigned char*)"http://www.w3.org/2000/01/rdf-schema#"
#define SLV2_NS_SLV2 (const unsigned char*)"http://drobilla.net/ns/slv2#"
+#define SLV2_NS_LV2 (const unsigned char*)"http://lv2plug.in/ns/lv2core#"
+#define SLV2_NS_XSD (const unsigned char*)"http://www.w3.org/2001/XMLSchema#"
+#define SLV2_NS_RDF (const unsigned char*)"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/* ********* PORT ********* */