summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 12:40:10 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 12:40:10 +0000
commitf1d7c16d8d284540e87f8b101fbda455cfc8fc7f (patch)
tree07e96fa741fdf3e265018ece34ff78de908ed43e /m_option.h
parentff3b37804fea7ec6fc847604b2e94d3e891f0d81 (diff)
downloadmpv-f1d7c16d8d284540e87f8b101fbda455cfc8fc7f.tar.bz2
mpv-f1d7c16d8d284540e87f8b101fbda455cfc8fc7f.tar.xz
pphelp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8737 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_option.h b/m_option.h
index 1b0c4cde62..03cb3645c7 100644
--- a/m_option.h
+++ b/m_option.h
@@ -17,6 +17,7 @@ extern m_option_type_t m_option_type_string_list;
extern m_option_type_t m_option_type_position;
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_subconfig;
extern m_option_type_t m_option_type_imgfmt;
@@ -59,6 +60,7 @@ extern m_option_type_t m_option_type_span;
#define CONF_TYPE_FUNC (&m_option_type_func)
#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_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)