From 0cca6caa8a52bcfeb2a9d77a4b4f0593082417d7 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Thu, 9 Feb 2006 09:09:32 +0000 Subject: Currently playing playlist can now be overwritten. Save playlist screen defaults to this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8641 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist_menu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/playlist_menu.h') diff --git a/apps/playlist_menu.h b/apps/playlist_menu.h index e10fc81299..db841c371d 100644 --- a/apps/playlist_menu.h +++ b/apps/playlist_menu.h @@ -19,6 +19,9 @@ #ifndef _PLAYLIST_MENU_H #define _PLAYLIST_MENU_H +#include "playlist.h" + bool playlist_menu(void); +int save_playlist_screen(struct playlist_info* playlist); #endif -- cgit v1.2.3