From a931f0083edbfc12e98333ea0fddaf61a6aeda39 Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 30 May 2007 07:05:34 +0000 Subject: Make command.h usable without the MPContext typedef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23415 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.h') diff --git a/command.h b/command.h index a383a1aad3..ab282a6d52 100644 --- a/command.h +++ b/command.h @@ -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); -- cgit v1.2.3