Index: chrome_elf/chrome_elf_main.h |
diff --git a/chrome_elf/chrome_elf_main.h b/chrome_elf/chrome_elf_main.h |
index 7d02ddd9912f00350753a5c0abd3f72b42ebec9f..21025d578653446fc9f3f63943140b2b675d36fc 100644 |
--- a/chrome_elf/chrome_elf_main.h |
+++ b/chrome_elf/chrome_elf_main.h |
@@ -5,6 +5,15 @@ |
#ifndef CHROME_ELF_CHROME_ELF_MAIN_H_ |
#define CHROME_ELF_CHROME_ELF_MAIN_H_ |
+#include <map> |
+#include <string> |
+ |
+#include "chrome_elf/chrome_elf_types.h" |
+ |
extern "C" void InitChromeElf(); |
+void Init(); |
+ |
+extern FunctionLookupTable g_ntdll_lookup; |
+ |
#endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |