diff options
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) |