summaryrefslogtreecommitdiff
path: root/library/db_file.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:12:46 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:12:46 +0200
commitb338e29fd3eaf700f8c8360aa0310048ba941d54 (patch)
tree122f8ef3790d12cd10275ef7453a9e8053322d78 /library/db_file.h
parent3.18 (diff)
downloadFreeFileSync-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.h2
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
bgstack15