summaryrefslogtreecommitdiffstats
path: root/libdex/CmdUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdex/CmdUtils.h')
-rw-r--r--libdex/CmdUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdex/CmdUtils.h b/libdex/CmdUtils.h
index fa354a9d9..e0b010598 100644
--- a/libdex/CmdUtils.h
+++ b/libdex/CmdUtils.h
@@ -34,6 +34,7 @@
/* encode the result of unzipping to a file */
typedef enum UnzipToFileResult {
kUTFRSuccess = 0,
+ kUTFRGenericFailure,
kUTFRBadArgs,
kUTFRNotZip,
kUTFRNoClassesDex,