diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player.h b/src/player.h index 7f43cc0d8..4260d149a 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); |