Mercurial > mplayer.hg
changeset 32054:c3c015112837
Move slave_mode extern declaration to mplayer.h, where it belongs.
author | diego |
---|---|
date | Fri, 10 Sep 2010 21:48:48 +0000 |
parents | abf1b2360d4f |
children | b8cc88eef14e |
files | input/ar.c mplayer.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/input/ar.c Fri Sep 10 21:42:13 2010 +0000 +++ b/input/ar.c Fri Sep 10 21:48:48 2010 +0000 @@ -29,11 +29,10 @@ #include <sys/types.h> #include <unistd.h> +#include "mplayer.h" #include "input.h" #include "ar.h" -extern int slave_mode; - extern const double NSAppKitVersionNumber; typedef struct cookie_keycode_map {