From 20acd250c5c5b787e7a7226759752c5905eef13d Mon Sep 17 00:00:00 2001 From: albeu Date: Tue, 12 Nov 2002 12:39:05 +0000 Subject: Fix the Gui with NEW_CONFIG git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8169 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm_config.h') diff --git a/m_config.h b/m_config.h index 30375d12d3..3ba5563499 100644 --- a/m_config.h +++ b/m_config.h @@ -55,6 +55,9 @@ m_config_check_option(m_config_t *config, char* arg, char* param); struct m_option* m_config_get_option(m_config_t *config, char* arg); +void +m_config_print_option_list(m_config_t *config); + ///////////////////////////////////////////////////////////////////////////////////// /////////////////////////// Backward compat. stuff //////////////////////////////// //////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3