aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-11-20 15:37:58 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-11-20 15:37:58 +0000
commit08003904d7af58c0402b49805b9f87b3d9ebbc27 (patch)
tree4011968f22cf2a24d2841f55b90b52df782f32d1 /src/dbUtils.h
parent6d6155d766747ccd27ade7f0be66bff645b7a11f (diff)
Adding functions for clearing/adding to stored playlists. Commands to make
use of these functions are still being worked on. git-svn-id: https://svn.musicpd.org/mpd/trunk@5075 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 1fc7e105..5b062316 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -47,6 +47,8 @@ int printAllIn(int fd, char *name);
int addAllIn(int fd, char *name);
+int addAllInToStoredPlaylist(int fd, char *name, char *utf8file);
+
int printInfoForAllIn(int fd, char *name);
int searchForSongsIn(int fd, char *name, int numItems,