aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-27 19:39:06 +0000
committerDavid Robillard <d@drobilla.net>2013-12-27 19:39:06 +0000
commit939bd6476157c2110cb5fa658ad8b4145ce7a236 (patch)
tree5f87a0787184df069f054713b6e7960ccfc9b516 /lv2/lv2plug.in/ns/lv2core/lv2.h
parent8b1275387c758c1ee894647517e5fb30adaa3ea4 (diff)
downloadlv2-939bd6476157c2110cb5fa658ad8b4145ce7a236.tar.xz
Add lv2:prototype.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/lv2.h')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h
index fb4df4d..dd69d6d 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2.h
+++ b/lv2/lv2plug.in/ns/lv2core/lv2.h
@@ -21,7 +21,7 @@
/**
@file lv2.h
API for the LV2 specification <http://lv2plug.in/ns/lv2core>.
- Revision: 6.5
+ Revision: 11.0
*/
#ifndef LV2_H_INCLUDED
@@ -109,6 +109,7 @@
#define LV2_CORE__port LV2_CORE_PREFIX "port"
#define LV2_CORE__portProperty LV2_CORE_PREFIX "portProperty"
#define LV2_CORE__project LV2_CORE_PREFIX "project"
+#define LV2_CORE__prototype LV2_CORE_PREFIX "prototype"
#define LV2_CORE__reportsLatency LV2_CORE_PREFIX "reportsLatency"
#define LV2_CORE__requiredFeature LV2_CORE_PREFIX "requiredFeature"
#define LV2_CORE__sampleRate LV2_CORE_PREFIX "sampleRate"