diff options
Diffstat (limited to 'src/db_print.h')
-rw-r--r-- | src/db_print.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db_print.h b/src/db_print.h index 76e43c3a0..1b957da18 100644 --- a/src/db_print.h +++ b/src/db_print.h @@ -27,10 +27,16 @@ struct client; struct locate_item_list; +struct db_selection; struct db_visitor; gcc_nonnull(1,2) bool +db_selection_print(struct client *client, const struct db_selection *selection, + bool full, GError **error_r); + +gcc_nonnull(1,2) +bool printAllIn(struct client *client, const char *uri_utf8, GError **error_r); gcc_nonnull(1,2) |