From 7bdee8f35ed0aa19c83377b7c264c51696f9653f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:04:49 +0100 Subject: m_option: add mp_log context to sub-module print_help callback --- options/m_option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/m_option.h') diff --git a/options/m_option.h b/options/m_option.h index 7caa103f2f..abc45b07aa 100644 --- a/options/m_option.h +++ b/options/m_option.h @@ -114,7 +114,7 @@ struct m_obj_desc { // Don't list entry with "help" bool hidden; // Callback to print custom help if "help" is passed - void (*print_help)(void); + void (*print_help)(struct mp_log *log); // Set by m_obj_list_find(). If the requested name is an old alias, this // is set to the old name (while the name field uses the new name). const char *replaced_name; -- cgit v1.2.3