diff options
Diffstat (limited to 'library/db_file.h')
-rw-r--r-- | library/db_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/db_file.h b/library/db_file.h index 5c03ee96..a68e6bcf 100644 --- a/library/db_file.h +++ b/library/db_file.h @@ -12,6 +12,8 @@ namespace zen { +const Zstring SYNC_DB_FILE_ENDING = Zstr(".ffs_db"); + void saveToDisk(const BaseDirMapping& baseMapping); //throw (FileError) struct DirInformation |