summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 33cbe19986..06b9c53350 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -181,6 +181,8 @@ typedef struct m_obj_settings {
char **attribs;
} m_obj_settings_t;
+bool m_obj_settings_equal(struct m_obj_settings *a, struct m_obj_settings *b);
+
struct m_opt_choice_alternatives {
char *name;
int value;