From d035a9b0bc2e34ada1687a110fda75485938cf23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Oct 2002 13:42:59 +0000 Subject: the playlist variables are now all static, and the wps code use the new playlist_amount() function to get amount of songs in the current list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2549 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index 9f66b7f49e..24f9d7df6f 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -52,5 +52,6 @@ void empty_playlist(void); void add_indices_to_playlist(void); void playlist_clear(void); int playlist_add(char *filename); +int playlist_amount(void); #endif /* __PLAYLIST_H__ */ -- cgit v1.2.3