From 0fd651ff1ab39caca19551e0f66326db49c01699 Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 22 Mar 2006 16:35:17 +0000 Subject: Add an option to list the properties: -list-properties git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_property.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm_property.h') 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 { \ -- cgit v1.2.3