diff options
Diffstat (limited to 'include/database_interaction.h')
| -rw-r--r-- | include/database_interaction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/database_interaction.h b/include/database_interaction.h index 3414a4b..32d76dd 100644 --- a/include/database_interaction.h +++ b/include/database_interaction.h @@ -33,5 +33,9 @@ int dbi_update_fileinfo_last_seen(int64_t id); 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); + +int64_t *dbi_select_hashes_all_ids(); #endif |
