summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-07-04 03:06:34 +0200
committerGravatar waker <wakeroid@gmail.com>2009-07-04 03:06:34 +0200
commit56ccf563e1de7068e414df1d05f0dd015cd44f7a (patch)
tree16c86ec05830b245f0e05bbfb12c2842ea3ca927 /playlist.h
parent4f836e3de6c0a40f7bb29650ae9ae3230bad31b4 (diff)
thrown in some gui
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 944230a0..92349943 100644
--- a/playlist.h
+++ b/playlist.h
@@ -25,4 +25,13 @@ ps_add_dir (const char *dirname);
int
ps_remove (playItem_t *i);
+void
+ps_free (void);
+
+int
+ps_getcount (void);
+
+playItem_t *
+ps_get_for_idx (int idx);
+
#endif // __PLAYLIST_H