More sparse fixes now that we've re-enabled -Wmissing-prototypes
git-svn-id: https://svn.musicpd.org/mpd/trunk@5260 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -923,7 +923,7 @@ int stopPlaylist(int fd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int playPlaylistOrderNumber(int fd, int orderNum)
|
||||
static int playPlaylistOrderNumber(int fd, int orderNum)
|
||||
{
|
||||
|
||||
if (playerStop(fd) < 0)
|
||||
|
Reference in New Issue
Block a user