summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index 8f8643e4..f5ec9390 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1448,6 +1448,14 @@ pl_add_dir (const char *dirname, int (*cb)(playItem_t *it, void *data), void *us
return -1;
}
+void
+pl_add_files_begin (void) {
+}
+
+void
+pl_add_files_end (void) {
+}
+
int
plt_remove_item (playlist_t *playlist, playItem_t *it) {
if (!it)