From a2d144fc8f146f96e4fe97b1b2c15828e24f8494 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 19:36:33 +0100 Subject: m_property: mp_msg conversions Includes some semi-crappy hacks to avoid changing too much code for this conversion (allowing NULL log argument for m_property_do()). --- player/command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index d3469fc131..56eb30f859 100644 --- a/player/command.h +++ b/player/command.h @@ -21,13 +21,14 @@ struct MPContext; struct mp_cmd; +struct mp_log; void command_init(struct MPContext *mpctx); void command_uninit(struct MPContext *mpctx); void run_command(struct MPContext *mpctx, struct mp_cmd *cmd); char *mp_property_expand_string(struct MPContext *mpctx, const char *str); -void property_print_help(void); +void property_print_help(struct mp_log *log); int mp_property_do(const char* name, int action, void* val, struct MPContext *mpctx); -- cgit v1.2.3