aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-18 20:57:34 +0000
committerDavid Robillard <d@drobilla.net>2010-10-18 20:57:34 +0000
commite046502047fcd9554c5510746f504886feafd0a3 (patch)
tree734674fab084166f412a81023422993edd9398af /ext
parentd88d782e11be45b624e96b91b28be8041b59d69f (diff)
downloadlv2-e046502047fcd9554c5510746f504886feafd0a3.tar.xz
Fix case of identifiers in uri-unmap.h to match uri-map.h.
Diffstat (limited to 'ext')
-rw-r--r--ext/uri-unmap.lv2/uri-unmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/uri-unmap.lv2/uri-unmap.h b/ext/uri-unmap.lv2/uri-unmap.h
index 315aa45..11c9f53 100644
--- a/ext/uri-unmap.lv2/uri-unmap.h
+++ b/ext/uri-unmap.lv2/uri-unmap.h
@@ -30,7 +30,7 @@
/** Opaque pointer to host data. */
-typedef void* LV2_Uri_Unmap_Callback_Data;
+typedef void* LV2_URI_Unmap_Callback_Data;
/** The data field of the LV2_Feature for the URI Unmap extension.
@@ -46,7 +46,7 @@ typedef struct {
* The plugin MUST pass this to any call to functions in this struct.
* Otherwise, it must not be interpreted in any way.
*/
- LV2_Uri_Unmap_Callback_Data callback_data;
+ LV2_URI_Unmap_Callback_Data callback_data;
/** Get the numeric ID of a URI from the host.
*
@@ -67,11 +67,11 @@ typedef struct {
* of a plugin instance (though the same ID may return different values
* with a different map parameter).
*/
- const char* (*id_to_uri)(LV2_Uri_Unmap_Callback_Data callback_data,
+ const char* (*id_to_uri)(LV2_URI_Unmap_Callback_Data callback_data,
const char* map,
uint32_t id);
-} LV2_Uri_Unmap_Feature;
+} LV2_URI_Unmap_Feature;
#endif /* LV2_URI_UNMAP_H */