aboutsummaryrefslogtreecommitdiff
path: root/include/database_interaction.h
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2026-02-28 22:01:40 +0100
committerThorsten Töpper <atsutane@freethoughts.de>2026-02-28 22:01:40 +0100
commit55d4d6adc4c7e9e849229b24bcf75910d548ff44 (patch)
tree92afe71ad6a0fe19c0b176e6f2a4f2a1a0043b2e /include/database_interaction.h
parent819779a68bc6da0c3d298efe52e3b1ca0d2e66cf (diff)
downloadduplicate_finder-55d4d6adc4c7e9e849229b24bcf75910d548ff44.tar.gz
duplicate_finder-55d4d6adc4c7e9e849229b24bcf75910d548ff44.tar.bz2
dump: fullpath and fileinfos
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 0ceb973..a3107ef 100644
--- a/include/database_interaction.h
+++ b/include/database_interaction.h
@@ -37,6 +37,7 @@ int dbi_update_fileinfo_complete(struct df_fileinfo *fi, int64_t existing_id);
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);
int64_t *dbi_select_hashes_all_ids();