diff options
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r-- | apps/cuesheet.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c index 0928ac7e46..e779c8f07d 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -43,6 +43,9 @@ #define CUE_DIR ROCKBOX_DIR "/cue" +struct cuesheet *curr_cue; +struct cuesheet *temp_cue; + #if CONFIG_CODEC != SWCODEC /* special trickery because the hwcodec playback engine is in firmware/ */ static bool cuesheet_handler(const char *filename) |