[MPlayer-cvslog] r23415 - trunk/command.h

albeu subversion at mplayerhq.hu
Wed May 30 09:05:35 CEST 2007


Author: albeu
Date: Wed May 30 09:05:34 2007
New Revision: 23415

Log:
Make command.h usable without the MPContext typedef.


Modified:
   trunk/command.h

Modified: trunk/command.h
==============================================================================
--- trunk/command.h	(original)
+++ trunk/command.h	Wed May 30 09:05:34 2007
@@ -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);



More information about the MPlayer-cvslog mailing list