From 939bd6476157c2110cb5fa658ad8b4145ce7a236 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Dec 2013 19:39:06 +0000 Subject: Add lv2:prototype. --- lv2/lv2plug.in/ns/lv2core/lv2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns/lv2core/lv2.h') 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 . - 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" -- cgit v1.2.1