Commit 38de8d08 authored by Eric Wong's avatar Eric Wong

playerInit() is static

git-svn-id: https://svn.musicpd.org/mpd/trunk@6868 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 30ed6bcf
......@@ -112,7 +112,7 @@ void player_sigChldHandler(int pid, int status)
}
}
int playerInit(void)
static int playerInit(void)
{
PlayerControl *pc = &(getPlayerData()->playerControl);
int pid;
......
......@@ -120,8 +120,6 @@ char *getPlayerErrorStr(void);
int getPlayerError(void);
int playerInit(void);
int playerWait(int fd);
int queueSong(Song * song);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment