view command.h @ 25327:a7b716b53e9f

Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. The macro definition depends on compiler capabilities, not OS features.
author diego
date Tue, 11 Dec 2007 20:07:18 +0000
parents 1d807885ce7b
children 6ac1ece1f9fe
line wrap: on
line source

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