aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dbUtils.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 96ea2095d..95c881134 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -20,39 +20,18 @@
#ifndef MPD_DB_UTILS_H
#define MPD_DB_UTILS_H
-struct client;
struct locate_item_list;
struct player_control;
-int printAllIn(struct client *client, const char *name);
-
int
addAllIn(struct player_control *pc, const char *name);
int addAllInToStoredPlaylist(const char *name, const char *utf8file);
-int printInfoForAllIn(struct client *client, const char *name);
-
-int
-searchForSongsIn(struct client *client, const char *name,
- const struct locate_item_list *criteria);
-
-int
-findSongsIn(struct client *client, const char *name,
- const struct locate_item_list *criteria);
-
int
findAddIn(struct player_control *pc, const char *name,
const struct locate_item_list *criteria);
-int
-searchStatsForSongsIn(struct client *client, const char *name,
- const struct locate_item_list *criteria);
-
unsigned long sumSongTimesIn(const char *name);
-int
-listAllUniqueTags(struct client *client, int type,
- const struct locate_item_list *criteria);
-
#endif