summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-15 13:08:21 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-15 13:08:21 +0100
commit5c2b089be764990d6947e142223b12647ca40fa9 (patch)
tree5d9bc7370cbd5aabedcd8faee6b63b664035a00c /playlist.h
parent55f8c64a00144aae19270d1b21cd2ce25d9a0dba (diff)
gtkui plugin WIP
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 570c7bd1..4856c5f3 100644
--- a/playlist.h
+++ b/playlist.h
@@ -177,4 +177,10 @@ pl_reset_cursor (void);
float
pl_get_totaltime (void);
+playItem_t *
+pl_getcurrent (void);
+
+void
+pl_set_selected (playItem_t *it, int sel);
+
#endif // __PLAYLIST_H