DatabasePrint: add API documentation

This commit is contained in:
Max Kellermann 2014-02-28 08:14:31 +01:00
parent 4c27898ce7
commit 6765234b60

View File

@ -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);