summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreDirectory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreDirectory.h')
-rw-r--r--lib/backupstore/BackupStoreDirectory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreDirectory.h b/lib/backupstore/BackupStoreDirectory.h
index 0dfe6422..c8d3a11f 100644
--- a/lib/backupstore/BackupStoreDirectory.h
+++ b/lib/backupstore/BackupStoreDirectory.h
@@ -261,7 +261,9 @@ public:
// For recovery of the store
// Implemented in BackupStoreCheck2.cpp
bool CheckAndFix();
- void AddUnattactedObject(const BackupStoreFilename &rName, box_time_t ModificationTime, int64_t ObjectID, int64_t SizeInBlocks, int16_t Flags);
+ void AddUnattachedObject(const BackupStoreFilename &rName,
+ box_time_t ModificationTime, int64_t ObjectID,
+ int64_t SizeInBlocks, int16_t Flags);
bool NameInUse(const BackupStoreFilename &rName);
// Don't use these functions in normal code!