diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
commit | 5fcd634f05049564dde59df420ac1c2f291a2fb0 (patch) | |
tree | 47f1a5974882868e206252299e14f6b717c5c9b3 /include/common.h | |
parent | 28f1e94ab9fdac6886c4383d9f4722f26237a05a (diff) | |
download | afl++-5fcd634f05049564dde59df420ac1c2f291a2fb0.tar.gz |
fixed tiny nitpicks
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 05137fb6..7bba9e91 100644 --- a/include/common.h +++ b/include/common.h @@ -51,7 +51,7 @@ char * get_afl_env(char *env); /* Extract env vars from input string and set them using setenv() For use with AFL_TARGET_ENV, ... */ -u8 extract_and_set_env(u8 *env_str); +bool extract_and_set_env(u8 *env_str); extern u8 be_quiet; extern u8 *doc_path; /* path to documentation dir */ |