summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h
index 9fe047c91..4cbad4cfe 100644
--- a/error_code.h
+++ b/error_code.h
@@ -68,6 +68,8 @@ enum UncryptErrorCode {
kUncryptFileCloseError,
kUncryptFileRenameError,
kUncryptPackageMissingError,
+ kUncryptRealpathFindError,
+ kUncryptBlockDeviceFindError,
};
#endif // _ERROR_CODE_H_