From f9d3d1cd91d67b9692a44fa6408dca5758336e6d Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Tue, 15 Oct 2002 11:49:15 +0000 Subject: added %pn (playlist name) to wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2651 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index c47fec4325..39ed3a568d 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -51,8 +51,10 @@ void sort_playlist(bool start_current); void empty_playlist(void); void add_indices_to_playlist(void); void playlist_clear(void); +void playlist_name(char *name, int name_size); int playlist_add(char *filename); int playlist_amount(void); int playlist_first_index(void); #endif /* __PLAYLIST_H__ */ + -- cgit v1.2.3