aboutsummaryrefslogtreecommitdiff
path: root/include/database_interaction.h
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2026-02-28 22:25:33 +0100
committerThorsten Töpper <atsutane@freethoughts.de>2026-02-28 22:25:33 +0100
commit62d0bf1f6209563ce28bd3f3931af401404ca24b (patch)
tree954e1b4f12d42fd9043fcf54f74d685751fa7278 /include/database_interaction.h
parent55d4d6adc4c7e9e849229b24bcf75910d548ff44 (diff)
downloadduplicate_finder-62d0bf1f6209563ce28bd3f3931af401404ca24b.tar.gz
duplicate_finder-62d0bf1f6209563ce28bd3f3931af401404ca24b.tar.bz2
dump: filenames
Diffstat (limited to 'include/database_interaction.h')
-rw-r--r--include/database_interaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/database_interaction.h b/include/database_interaction.h
index a3107ef..5ff6f66 100644
--- a/include/database_interaction.h
+++ b/include/database_interaction.h
@@ -38,6 +38,7 @@ int dbi_print_fileinfo_resolved(FILE *fd);
int dbi_print_identical_hashes(FILE *fd);
int dbi_print_identical_filenames(FILE *fd);
int dbi_print_fullpaths(FILE *out);
+int dbi_print_filenames(FILE *out);
int64_t *dbi_select_hashes_all_ids();