summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreAccounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreAccounts.h')
-rw-r--r--lib/backupstore/BackupStoreAccounts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreAccounts.h b/lib/backupstore/BackupStoreAccounts.h
index 5ee67312..3c2e4210 100644
--- a/lib/backupstore/BackupStoreAccounts.h
+++ b/lib/backupstore/BackupStoreAccounts.h
@@ -76,7 +76,8 @@ public:
int PrintAccountInfo(int32_t ID);
int SetAccountEnabled(int32_t ID, bool enabled);
int DeleteAccount(int32_t ID, bool AskForConfirmation);
- int CheckAccount(int32_t ID, bool FixErrors, bool Quiet);
+ int CheckAccount(int32_t ID, bool FixErrors, bool Quiet,
+ bool ReturnNumErrorsFound = false);
int CreateAccount(int32_t ID, int32_t DiscNumber, int32_t SoftLimit,
int32_t HardLimit);
int HousekeepAccountNow(int32_t ID);