summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index c24392ea..14e6aed7 100644
--- a/playlist.h
+++ b/playlist.h
@@ -224,4 +224,7 @@ pl_playqueue_pop (void);
void
pl_playqueue_remove (playItem_t *it);
+int
+pl_playqueue_test (playItem_t *it);
+
#endif // __PLAYLIST_H