summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-07-29 13:23:33 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-07-29 13:23:33 +0000
commite63e19b50773393064e7a458297b18a835e8b004 (patch)
treeb8d8e5d833bb6243f9537c523c0f378833da2cb2 /apps/gui/skin_engine/wps_internals.h
parent1de66faa8ebd7d9442fd3b72c868a661a1367344 (diff)
downloadrockbox-e63e19b50773393064e7a458297b18a835e8b004.tar.gz
rockbox-e63e19b50773393064e7a458297b18a835e8b004.zip
Fix Database red, move the cuesheet->token code into the skin engine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27616 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index ec37560e79..f8e025956e 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -329,6 +329,9 @@ const char *get_token_value(struct gui_wps *gwps,
329 char *buf, int buf_size, 329 char *buf, int buf_size,
330 int *intval); 330 int *intval);
331 331
332/* Get the id3 fields from the cuesheet */
333const char *get_cuesheetid3_token(struct wps_token *token, struct mp3entry *id3,
334 int offset_tracks, char *buf, int buf_size);
332const char *get_id3_token(struct wps_token *token, struct mp3entry *id3, 335const char *get_id3_token(struct wps_token *token, struct mp3entry *id3,
333 char *buf, int buf_size, int limit, int *intval); 336 char *buf, int buf_size, int limit, int *intval);
334#if CONFIG_TUNER 337#if CONFIG_TUNER