cosmetic typo fix, geneate > generate
[mplayer/glamo.git] / command.h
blob5e0e69334d356ca0040c1db62897c49e85e08c87
1 #ifndef COMMAND_H
2 #define COMMAND_H
4 int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
5 char *property_expand_string(struct MPContext *mpctx, char *str);
6 void property_print_help(void);
8 #endif /* COMMAND_H */