From afe0941ae5ae8f5e69d7b3935db1b168da8c14fd Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 4 Jul 2005 22:01:31 +0000 Subject: song rating support.. should probably be moved with browse id3 to a "song options" submenu in the wps context menu... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7013 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 8648f4fb50..7a1b3f32bb 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -55,6 +55,7 @@ bool set_time_screen(const char* string, struct tm *tm); bool shutdown_screen(void); bool browse_id3(void); +bool set_rating(void); #endif -- cgit v1.2.3