summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 10:46:04 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 10:46:04 +0200
commit0f8e5290cbd1789a1efa1b979fd5952c529956d9 (patch)
tree3ade1dd6801ff24ad8051954ffc2b9c87aad668e /playlist.h
parentc2dbadc6ec891f9bf0287698eab18dccc7f1b52d (diff)
fixed several cue problems, added filetype display for FLAC and GME
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/playlist.h b/playlist.h
index 0e784bf0..6e3f7541 100644
--- a/playlist.h
+++ b/playlist.h
@@ -65,14 +65,8 @@ ps_get_for_idx (int idx);
int
ps_get_idx_of (playItem_t *it);
-int
-ps_add_cue (const char *cuename);
-
-playItem_t *
-ps_insert_cue (playItem_t *after, const char *cuename);
-
playItem_t *
-ps_insert_cue (playItem_t *after, const char *cuename);
+ps_insert_cue (playItem_t *after, const char *cuename, const char *ftype);
int
ps_set_current (playItem_t *it);