From f275a1a1abf353873ce85c5c66b2be7c51d317a5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 12 Apr 2008 04:16:32 +0000 Subject: Fix a few more warnings from -Wshadow git-svn-id: https://svn.musicpd.org/mpd/trunk@7300 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 7f43cc0d..4260d149 100644 --- a/src/player.h +++ b/src/player.h @@ -88,7 +88,7 @@ void player_sleep(void); int playerPlay(int fd, Song * song); -int playerSetPause(int fd, int pause); +int playerSetPause(int fd, int pause_flag); int playerPause(int fd); @@ -122,7 +122,7 @@ void playerQueueLock(void); void playerQueueUnlock(void); -int playerSeek(int fd, Song * song, float time); +int playerSeek(int fd, Song * song, float seek_time); void setPlayerCrossFade(float crossFadeInSeconds); -- cgit v1.2.3