about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 905830b5..c370044e 100644
--- a/include/common.h
+++ b/include/common.h
@@ -27,6 +27,11 @@
 #define __AFLCOMMON_H
 #include "types.h"
 
+extern u8  *target_path;                 /* Path to target binary            */
+
 void detect_file_args(char **argv, u8 *prog_in);
+
+char** get_qemu_argv(u8* own_loc, char** argv, int argc);
+char** get_wine_argv(u8* own_loc, char** argv, int argc);
 #endif