summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-29 05:42:52 +0000
committerDavid Robillard <d@drobilla.net>2011-01-29 05:42:52 +0000
commit39b0b60bcadacf15aef036db05417aa4dbfcd322 (patch)
treeaee9f9f4ea1f5c9ccc8333b654d3b2927372afa5 /src/slv2_internal.h
parente9db5bc44e81f2c581e2443f3742c7fd0a0f1268 (diff)
downloadlilv-39b0b60bcadacf15aef036db05417aa4dbfcd322.tar.gz
lilv-39b0b60bcadacf15aef036db05417aa4dbfcd322.tar.bz2
lilv-39b0b60bcadacf15aef036db05417aa4dbfcd322.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2846 a436a847-0d15-0410-975c-d299462d15a1
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 ********* */