diff options
Diffstat (limited to '')
-rw-r--r-- | src/DatabaseSave.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DatabaseSave.hxx b/src/DatabaseSave.hxx index 5133961fe..40048f261 100644 --- a/src/DatabaseSave.hxx +++ b/src/DatabaseSave.hxx @@ -25,11 +25,12 @@ #include <stdio.h> struct Directory; +class TextFile; void db_save_internal(FILE *file, const Directory *root); bool -db_load_internal(FILE *file, Directory *root, GError **error); +db_load_internal(TextFile &file, Directory *root, GError **error); #endif |