diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:12:46 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:12:46 +0200 |
commit | b338e29fd3eaf700f8c8360aa0310048ba941d54 (patch) | |
tree | 122f8ef3790d12cd10275ef7453a9e8053322d78 /library/db_file.h | |
parent | 3.18 (diff) | |
download | FreeFileSync-b338e29fd3eaf700f8c8360aa0310048ba941d54.tar.gz FreeFileSync-b338e29fd3eaf700f8c8360aa0310048ba941d54.tar.bz2 FreeFileSync-b338e29fd3eaf700f8c8360aa0310048ba941d54.zip |
3.19
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 |