summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-16 23:13:30 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-16 23:13:30 +0000
commit29da720afeebbb7c618355a588a1e36a7620c9a6 (patch)
treede33687fe1edd89459dbe280e5682d5eeb7e838e /lib
parent3a9d95bd011a8a5a39f0ad9aaaf682a926cfeccf (diff)
Add new return codes from BackupClientRestore for use on Win32. (refs #3)
Diffstat (limited to 'lib')
-rw-r--r--lib/backupclient/BackupClientRestore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/backupclient/BackupClientRestore.h b/lib/backupclient/BackupClientRestore.h
index 4b382771..f7724030 100644
--- a/lib/backupclient/BackupClientRestore.h
+++ b/lib/backupclient/BackupClientRestore.h
@@ -16,7 +16,9 @@ enum
{
Restore_Complete = 0,
Restore_ResumePossible = 1,
- Restore_TargetExists = 2
+ Restore_TargetExists = 2,
+ Restore_TargetPathNotFound = 3,
+ Restore_UnknownError = 4,
};
int BackupClientRestore(BackupProtocolClient &rConnection, int64_t DirectoryID, const char *LocalDirectoryName,