playerInit() is static
git-svn-id: https://svn.musicpd.org/mpd/trunk@6868 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
30ed6bcf22
commit
38de8d0808
@ -112,7 +112,7 @@ void player_sigChldHandler(int pid, int status)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int playerInit(void)
|
static int playerInit(void)
|
||||||
{
|
{
|
||||||
PlayerControl *pc = &(getPlayerData()->playerControl);
|
PlayerControl *pc = &(getPlayerData()->playerControl);
|
||||||
int pid;
|
int pid;
|
||||||
|
@ -120,8 +120,6 @@ char *getPlayerErrorStr(void);
|
|||||||
|
|
||||||
int getPlayerError(void);
|
int getPlayerError(void);
|
||||||
|
|
||||||
int playerInit(void);
|
|
||||||
|
|
||||||
int playerWait(int fd);
|
int playerWait(int fd);
|
||||||
|
|
||||||
int queueSong(Song * song);
|
int queueSong(Song * song);
|
||||||
|
Loading…
Reference in New Issue
Block a user