[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rockbox-cvs
Subject:    Fix warble error 4cfd7cc
From:       rockbox-gerrit-noreply--- via rockbox-cvs <rockbox-cvs () lists ! haxx ! se>
Date:       2023-10-19 19:23:40
Message-ID: 202310191923.39JJNeUI1223645 () archos ! rockbox ! org
[Download RAW message or body]

commit 34408af9942cd8b6784a03c0245145ca39cb3893
Author: Christian Soffke <christian.soffke@gmail.com>
Date:   Thu Oct 19 21:16:12 2023 +0200

    Fix warble error 4cfd7cc
    
    Change-Id: I5609a1b98e00d5560a2c6523daf6da0025e421dd

diff --git a/apps/screens.h b/apps/screens.h
index 1cfd7dcdcf..c3925f8ebc 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -24,7 +24,9 @@
 #include "config.h"
 #include "timefuncs.h"
 #include "metadata.h"
+#ifndef WARBLE
 #include "playlist.h"
+#endif
 
 struct screen;
 
@@ -40,11 +42,13 @@ int mmc_remove_request(void);
 bool set_time_screen(const char* title, struct tm *tm, bool set_date);
 #endif
 
-bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
-                struct tm *modified, int track_ct);
+#ifndef WARBLE
 bool browse_id3_ex(struct mp3entry *id3, struct playlist_info *playlist,
                 int playlist_display_index, int playlist_amount,
                 struct tm *modified, int track_ct);
+#endif
+bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
+                struct tm *modified, int track_ct);
 int  view_runtime(void);
 
 #ifdef HAVE_TOUCHSCREEN
-- 
rockbox-cvs mailing list
rockbox-cvs@lists.haxx.se
https://lists.haxx.se/mailman/listinfo/rockbox-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic