aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/options/options.h')
-rw-r--r--lv2/options/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/options/options.h b/lv2/options/options.h
index 7878c58..6d7fe77 100644
--- a/lv2/options/options.h
+++ b/lv2/options/options.h
@@ -85,7 +85,7 @@ typedef enum {
with data pointed to an array of options terminated by a zeroed option, or
accessed/manipulated using LV2_Options_Interface.
*/
-typedef struct _LV2_Options_Option {
+typedef struct {
LV2_Options_Context context; /**< Context (type of subject). */
uint32_t subject; /**< Subject. */
LV2_URID key; /**< Key (property). */
@@ -106,7 +106,7 @@ typedef enum {
/**
Interface for dynamically setting options (LV2_OPTIONS__interface).
*/
-typedef struct _LV2_Options_Interface {
+typedef struct {
/**
Get the given options.