aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-29 20:49:16 +0100
committervan Hauser <vh@thc.org>2020-02-29 20:49:16 +0100
commit95322c11d978ac80d8b841ea8270780fd1b3eb55 (patch)
tree4b97b5514394d9d1e71e763054e14424fabd48f8 /include/common.h
parent76ca6adbc5579e7521214b7c079ab5a13f3c9646 (diff)
downloadAFLplusplus-95322c11d978ac80d8b841ea8270780fd1b3eb55.tar.gz
print OKF if an environment variable is successfully loaded - feebdack to this please ...
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index ea607886..ad1f81fb 100644
--- a/include/common.h
+++ b/include/common.h
@@ -34,5 +34,6 @@ void check_environment_vars(char** env);
char** get_qemu_argv(u8* own_loc, char** argv, int argc);
char** get_wine_argv(u8* own_loc, char** argv, int argc);
+char* get_afl_env(char* env);
#endif