summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/slv2/types.h b/slv2/types.h
index 53a27c6..b906899 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -109,7 +109,11 @@ typedef void* SLV2Values;
/** A plugin UI */
-typedef void* SLV2UI;
+typedef struct _SLV2PluginUI* SLV2PluginUI;
+
+
+/** A collection of plugin UIs. */
+typedef void* SLV2PluginUIs;
#ifdef __cplusplus