aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 23:10:34 +0200
committerMax Kellermann <max@duempel.org>2012-08-07 23:10:34 +0200
commitb3d76b7e5c46ff46139457b3aa910d92e290f38f (patch)
tree28f43e1b42d970c947840630243f46ae044b1855 /src/db
parent4d6c816abb72d299b3366fcd878035ebd63e8a3f (diff)
downloadmpd-b3d76b7e5c46ff46139457b3aa910d92e290f38f.tar.gz
mpd-b3d76b7e5c46ff46139457b3aa910d92e290f38f.tar.xz
mpd-b3d76b7e5c46ff46139457b3aa910d92e290f38f.zip
db_print.h: rename to DatabasePrint.hxx
Diffstat (limited to '')
-rw-r--r--src/DatabasePrint.hxx (renamed from src/db_print.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db_print.h b/src/DatabasePrint.hxx
index 078d4e582..65e0c988c 100644
--- a/src/db_print.h
+++ b/src/DatabasePrint.hxx
@@ -30,9 +30,9 @@ struct locate_item_list;
struct db_selection;
struct db_visitor;
-gcc_nonnull(1,2)
+gcc_nonnull(1)
bool
-db_selection_print(struct client *client, const struct db_selection *selection,
+db_selection_print(struct client *client, const db_selection &selection,
bool full, GError **error_r);
gcc_nonnull(1,2)