aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/db')
-rw-r--r--src/db/DatabasePrint.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx
index 2007e256b..f336d9ff5 100644
--- a/src/db/DatabasePrint.hxx
+++ b/src/db/DatabasePrint.hxx
@@ -27,6 +27,9 @@ struct DatabaseSelection;
class Client;
class Error;
+/**
+ * @param full print attributes/tags
+ */
bool
db_selection_print(Client &client, const DatabaseSelection &selection,
bool full, Error &error);