about summary refs log tree commit diff stats
path: root/src/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/core.h')
-rw-r--r--src/include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/core.h b/src/include/core.h
index c9fec47c..c94eb57b 100644
--- a/src/include/core.h
+++ b/src/include/core.h
@@ -10,4 +10,6 @@ int initialize(int argc, const char **argv, char** env, x64emu_t** emulator, elf
 
 int emulate(x64emu_t* emu, elfheader_t* elf_header);
 
+int unittest(int argc, const char** argv);
+
 #endif // __CORE_H
\ No newline at end of file