diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-22 23:36:17 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-22 23:36:17 +0100 |
| commit | eb50073ce5fe7bc7cb3749fd7674096ce767d095 (patch) | |
| tree | 0de984d14950d7528a5c999167a7dcb9213b8aa1 /include/database_interaction.h | |
| parent | 3317023b02256a58e9f7dcc4b8aa55acddb611fd (diff) | |
| download | duplicate_finder-eb50073ce5fe7bc7cb3749fd7674096ce767d095.tar.gz duplicate_finder-eb50073ce5fe7bc7cb3749fd7674096ce767d095.tar.bz2 | |
Dump the db content in form of a ; CSV
Diffstat (limited to 'include/database_interaction.h')
| -rw-r--r-- | include/database_interaction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/database_interaction.h b/include/database_interaction.h index 9ae0da7..3414a4b 100644 --- a/include/database_interaction.h +++ b/include/database_interaction.h @@ -31,4 +31,7 @@ int dbi_insert_fileinfo(struct df_fileinfo *fi); 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); + #endif |
