]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist.c
make playlist_update_audio_file() static.
[paraslash.git] / playlist.c
index 62fd831acfa1bff04097b59dad33b3b22cee41f6..5012d4c446739db9617eb00671bfe15a298e62f9 100644 (file)
@@ -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);