summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 902f0bd981..e7c095623b 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -212,10 +212,7 @@ bool m_config_is_in_group(struct m_config *config,
// Return all (visible) option names as NULL terminated string list.
char **m_config_list_options(void *ta_parent, const struct m_config *config);
-/* Print a list of all registered options.
- * \param config The config object.
- */
-void m_config_print_option_list(const struct m_config *config);
+void m_config_print_option_list(const struct m_config *config, const char *name);
/* Find the profile with the given name.