diff command.h @ 23397:1d807885ce7b

Make command.h usable without the MPContext typedef.
author albeu
date Wed, 30 May 2007 07:05:34 +0000
parents a5e5b0c45c03
children 6ac1ece1f9fe
line wrap: on
line diff
--- a/command.h	Wed May 30 06:53:06 2007 +0000
+++ b/command.h	Wed May 30 07:05:34 2007 +0000
@@ -1,3 +1,3 @@
-int run_command(MPContext *mpctx, mp_cmd_t *cmd);
-char *property_expand_string(MPContext *mpctx, char *str);
+int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
+char *property_expand_string(struct MPContext *mpctx, char *str);
 void property_print_help(void);