aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index bba25315..89308242 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -22,10 +22,12 @@
struct client;
struct locate_item_list;
+struct player_control;
int printAllIn(struct client *client, const char *name);
-int addAllIn(const char *name);
+int
+addAllIn(struct player_control *pc, const char *name);
int addAllInToStoredPlaylist(const char *name, const char *utf8file);