view command.h @ 22299:073bd05d00a6

Remove useless fflush(stdout) calls. mp_msg already flushes output, and there is no other output before the calls.
author uau
date Thu, 22 Feb 2007 23:44:43 +0000
parents a5e5b0c45c03
children 1d807885ce7b
line wrap: on
line source

int run_command(MPContext *mpctx, mp_cmd_t *cmd);
char *property_expand_string(MPContext *mpctx, char *str);
void property_print_help(void);