diff options
Diffstat (limited to 'dexdump/dexdump.h')
| -rw-r--r-- | dexdump/dexdump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dexdump/dexdump.h b/dexdump/dexdump.h index 50280a9f28..6939f9076b 100644 --- a/dexdump/dexdump.h +++ b/dexdump/dexdump.h @@ -42,13 +42,13 @@ struct Options { bool disassemble; bool exportsOnly; bool ignoreBadChecksum; + bool showAnnotations; + bool showCfg; bool showFileHeaders; bool showSectionHeaders; bool verbose; - bool cfg; OutputFormat outputFormat; const char* outputFileName; - const char* tempFileName; }; /* Prototypes. */ |