diff options
Diffstat (limited to 'apps/cuesheet.h')
-rw-r--r-- | apps/cuesheet.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/cuesheet.h b/apps/cuesheet.h index ed1207f810..51e38605ca 100644 --- a/apps/cuesheet.h +++ b/apps/cuesheet.h @@ -66,7 +66,10 @@ bool parse_cuesheet(char *file, struct cuesheet *cue); /* reads a cuesheet to find the audio track associated to it */ bool get_trackname_from_cuesheet(char *filename, char *buf); -/* displays a cuesheet to the screen (it is stored in the plugin buffer) */ +/* display a cuesheet struct */ +void browse_cuesheet(struct cuesheet *cue); + +/* display a cuesheet file after parsing and loading it to the plugin buffer */ bool display_cuesheet_content(char* filename); /* finds the index of the current track played within a cuesheet */ |