summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorGabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-18 13:02:08 +0000
committerGabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-18 13:02:08 +0000
commitd2705f7abe654c84a984d311abc80d5be921ccc0 (patch)
tree53a02885f0193751c72ccf1835db7be10b5dd354 /mplayer.c
parent2e42b402b655e6c96dc898fc7d9f8b14de498cb9 (diff)
downloadmpv-d2705f7abe654c84a984d311abc80d5be921ccc0.tar.bz2
mpv-d2705f7abe654c84a984d311abc80d5be921ccc0.tar.xz
fix redundant redeclaration warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 2b37503173..df6c44fe34 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -24,7 +24,6 @@
#define SIGKILL 9 /* kill (cannot be caught or ignored) */
#define SIGBUS 10 /* bus error */
#define SIGPIPE 13 /* broken pipe */
-extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
#endif
#include <sys/time.h>