summaryrefslogtreecommitdiffstats
path: root/core/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_option.h')
-rw-r--r--core/m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/m_option.h b/core/m_option.h
index c94b170424..6a8bcfbf1a 100644
--- a/core/m_option.h
+++ b/core/m_option.h
@@ -110,6 +110,8 @@ typedef struct {
typedef struct m_obj_settings {
// Type of the object.
char *name;
+ // Optional user-defined name.
+ char *label;
// NULL terminated array of parameter/value pairs.
char **attribs;
} m_obj_settings_t;