summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-09 13:42:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-09 13:42:59 +0000
commitd035a9b0bc2e34ada1687a110fda75485938cf23 (patch)
treee8881f7fa9f3c5a9c0e843ca5baf768cdfc89d77 /apps/playlist.h
parenta5c0fad61763d2e9f2648c1afdd6f88f6d36859b (diff)
downloadrockbox-d035a9b0bc2e34ada1687a110fda75485938cf23.tar.gz
rockbox-d035a9b0bc2e34ada1687a110fda75485938cf23.zip
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
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h1
1 files changed, 1 insertions, 0 deletions
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);
52void add_indices_to_playlist(void); 52void add_indices_to_playlist(void);
53void playlist_clear(void); 53void playlist_clear(void);
54int playlist_add(char *filename); 54int playlist_add(char *filename);
55int playlist_amount(void);
55 56
56#endif /* __PLAYLIST_H__ */ 57#endif /* __PLAYLIST_H__ */