From a553bc6d9cd0d47086b0483fbcc426d8ed4d9862 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 19:38:49 +0000 Subject: Add struct names for LV2_URID_Map and LV2_URID_Unmap to allow forward declarations. --- lv2/lv2plug.in/ns/ext/urid/urid.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lv2/lv2plug.in') diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.h b/lv2/lv2plug.in/ns/ext/urid/urid.h index 5947631..b4be712 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.h +++ b/lv2/lv2plug.in/ns/ext/urid/urid.h @@ -1,6 +1,6 @@ /* + Copyright 2008-2012 David Robillard Copyright 2011 Gabriel M. Beddingfield - Copyright 2008-2011 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /** - @file + @file urid.h C header for the LV2 URID extension */ @@ -51,9 +51,9 @@ typedef void* LV2_URID_Unmap_Handle; typedef uint32_t LV2_URID; /** - URI Map (http://lv2plug.in/ns/ext/urid#map). + URID Map Feature (LV2_URID__map) */ -typedef struct { +typedef struct _LV2_URID_Map { /** Opaque pointer to host data. @@ -88,9 +88,9 @@ typedef struct { } LV2_URID_Map; /** - URI Unmap (http://lv2plug.in/ns/ext/urid#unmap). + URI Unmap Feature (LV2_URID__unmap) */ -typedef struct { +typedef struct _LV2_URID_Unmap { /** Opaque pointer to host data. -- cgit v1.2.1