summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index 775f9d566b..dc3e436cf6 100644
--- a/m_property.h
+++ b/m_property.h
@@ -33,6 +33,8 @@ char* m_property_print(m_option_t* prop);
int m_property_parse(m_option_t* prop, char* txt);
+void m_properties_print_help_list(m_option_t* list);
+
char* m_properties_expand_string(m_option_t* prop_list,char* str);
#define M_PROPERTY_CLAMP(prop,val) do { \