diff m_option.h @ 17470:21123e349463

New option type to print help text with a function.
author albeu
date Tue, 24 Jan 2006 11:14:13 +0000
parents b8ce59172e6a
children 96568be4bfdc
line wrap: on
line diff
--- a/m_option.h	Mon Jan 23 13:53:40 2006 +0000
+++ b/m_option.h	Tue Jan 24 11:14:13 2006 +0000
@@ -18,6 +18,7 @@
 
 extern m_option_type_t m_option_type_print;
 extern m_option_type_t m_option_type_print_indirect;
+extern m_option_type_t m_option_type_print_func;
 extern m_option_type_t m_option_type_subconfig;
 extern m_option_type_t m_option_type_imgfmt;
 extern m_option_type_t m_option_type_afmt;
@@ -86,6 +87,7 @@
 #define CONF_TYPE_FUNC_PARAM	(&m_option_type_func_param)
 #define CONF_TYPE_PRINT		(&m_option_type_print)
 #define CONF_TYPE_PRINT_INDIRECT (&m_option_type_print_indirect)
+#define CONF_TYPE_PRINT_FUNC	(&m_option_type_print_func)
 #define CONF_TYPE_FUNC_FULL	(&m_option_type_func_full)
 #define CONF_TYPE_SUBCONFIG	(&m_option_type_subconfig)
 #define CONF_TYPE_STRING_LIST	(&m_option_type_string_list)