song: removed CamelCase

CamelCase is ugly...  rename all functions.
This commit is contained in:
Max Kellermann
2008-10-08 11:05:34 +02:00
parent 5e4be9e495
commit 5e7b18f874
13 changed files with 59 additions and 58 deletions

View File

@@ -135,7 +135,7 @@ static void processDecodeInput(int *pause_r, unsigned int *bbp_r,
pc.error = PLAYER_ERROR_AUDIO;
ERROR("problems opening audio device "
"while playing \"%s\"\n",
get_song_url(tmp, dc.next_song));
song_get_url(dc.next_song, tmp));
*pause_r = -1;
}
}
@@ -244,7 +244,7 @@ static void do_play(void)
pc.error = PLAYER_ERROR_AUDIO;
ERROR("problems opening audio device "
"while playing \"%s\"\n",
get_song_url(tmp, dc.next_song));
song_get_url(dc.next_song, tmp));
break;
}