summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h3
1 files changed, 3 insertions, 0 deletions
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 ////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////