diff options
author | Max Kellermann <max@duempel.org> | 2011-09-05 23:12:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-05 23:14:39 +0200 |
commit | dadf1339b57d76057b7a66dce7d3b7b2f7d796f6 (patch) | |
tree | 6bc90138b2cac507d730c6fab8d7e07e10b8359e /src/dbUtils.h | |
parent | c2c4228722d0f73ceeda844b09c0bb04c88a6f83 (diff) | |
download | mpd-dadf1339b57d76057b7a66dce7d3b7b2f7d796f6.tar.gz mpd-dadf1339b57d76057b7a66dce7d3b7b2f7d796f6.tar.xz mpd-dadf1339b57d76057b7a66dce7d3b7b2f7d796f6.zip |
dbUtils: pass player_control to findAddIn()
Allow calling findAddIn() without a client object.
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index 5de8af5c9..96ea2095d 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -42,7 +42,7 @@ findSongsIn(struct client *client, const char *name, const struct locate_item_list *criteria); int -findAddIn(struct client *client, const char *name, +findAddIn(struct player_control *pc, const char *name, const struct locate_item_list *criteria); int |