aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-05 23:12:33 +0200
committerMax Kellermann <max@duempel.org>2011-09-05 23:14:39 +0200
commitdadf1339b57d76057b7a66dce7d3b7b2f7d796f6 (patch)
tree6bc90138b2cac507d730c6fab8d7e07e10b8359e /src/dbUtils.h
parentc2c4228722d0f73ceeda844b09c0bb04c88a6f83 (diff)
dbUtils: pass player_control to findAddIn()
Allow calling findAddIn() without a client object.
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 5de8af5c..96ea2095 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