From ed8e738e0f7da90597732965fe4e8cd1feb9099a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Sep 2012 12:19:59 +0200 Subject: commands: cosmetic changes mostly to m_property.h The Doxygen-style documentation comments were nothing but bloat. Also move mp_property_do() and mp_property_print() to command.h, where they should belong, and fix their argument types. m_property.c/h is supposed to be generic, while command.h provides declarations specific to the mplayer core. --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 1367fa88e4..df419c8e02 100644 --- a/command.h +++ b/command.h @@ -25,5 +25,8 @@ struct mp_cmd; void run_command(struct MPContext *mpctx, struct mp_cmd *cmd); char *property_expand_string(struct MPContext *mpctx, char *str); void property_print_help(void); +int mp_property_do(const char* name, int action, void* val, + struct MPContext *mpctx); +char* mp_property_print(const char *name, struct MPContext *mpctx); #endif /* MPLAYER_COMMAND_H */ -- cgit v1.2.3