aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 23:06:41 +0200
committerMax Kellermann <max@duempel.org>2012-08-07 23:12:26 +0200
commitff58207034e63e9f87402f7e3c78080638cb1e2f (patch)
tree9e2bc30c2b6ae4691f5cc52645b1ebadb31ea669 /src/DatabasePrint.hxx
parentb3d76b7e5c46ff46139457b3aa910d92e290f38f (diff)
db_selection: rename to DatabaseSelection
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index 65e0c988..b06d7716 100644
--- a/src/DatabasePrint.hxx
+++ b/src/DatabasePrint.hxx
@@ -27,12 +27,12 @@
struct client;
struct locate_item_list;
-struct db_selection;
+struct DatabaseSelection;
struct db_visitor;
gcc_nonnull(1)
bool
-db_selection_print(struct client *client, const db_selection &selection,
+db_selection_print(struct client *client, const DatabaseSelection &selection,
bool full, GError **error_r);
gcc_nonnull(1,2)