From 29da720afeebbb7c618355a588a1e36a7620c9a6 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 16 Oct 2006 23:13:30 +0000 Subject: Add new return codes from BackupClientRestore for use on Win32. (refs #3) --- lib/backupclient/BackupClientRestore.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/backupclient') 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, -- cgit v1.2.3