diff options
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r-- | src/dbUtils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index bba253154..89308242a 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); |