aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/urid/urid.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 19:38:49 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 19:38:49 +0000
commita553bc6d9cd0d47086b0483fbcc426d8ed4d9862 (patch)
treedb3196f50d9d490943d249466c09e584ce11db05 /lv2/lv2plug.in/ns/ext/urid/urid.h
parentc24f14cdaf6cac3b36e698be82a721f46c5dd453 (diff)
downloadlv2-a553bc6d9cd0d47086b0483fbcc426d8ed4d9862.tar.xz
Add struct names for LV2_URID_Map and LV2_URID_Unmap to allow forward declarations.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/urid/urid.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/urid.h12
1 files changed, 6 insertions, 6 deletions
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 <http://drobilla.net>
Copyright 2011 Gabriel M. Beddingfield <gabrbedd@gmail.com>
- Copyright 2008-2011 David Robillard <http://drobilla.net>
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 <http://lv2plug.in/ns/ext/urid>
*/
@@ -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.