X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=5012d4c446739db9617eb00671bfe15a298e62f9;hp=62fd831acfa1bff04097b59dad33b3b22cee41f6;hb=a3dc441fc0219d417923b04e863ceca5a1427c0e;hpb=4e2dd59e48f952e697e2dc5802c4564bbc0f11cf diff --git a/playlist.c b/playlist.c index 62fd831a..5012d4c4 100644 --- a/playlist.c +++ b/playlist.c @@ -28,7 +28,7 @@ static struct playlist_info current_playlist; * * \return The return value of score_update(). */ -int playlist_update_audio_file(struct osl_row *aft_row) +static int playlist_update_audio_file(const struct osl_row *aft_row) { /* always re-insert to the top of the tree */ return score_update(aft_row, 0);