diff options
| author | vanhauser-thc <vh@thc.org> | 2021-10-18 13:17:07 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-10-18 13:17:07 +0200 |
| commit | 45d668a671316821c3f9793381cb54956b535491 (patch) | |
| tree | 526e045dcc7256de8c7dc2b1f39e39e490ab87bd /include | |
| parent | 7cd98f565ffdf3e0c0ccd34c04ed2f3126ab4189 (diff) | |
| download | afl++-45d668a671316821c3f9793381cb54956b535491.tar.gz | |
better ui banner
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 4b19e698..eaf55fb8 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1130,7 +1130,6 @@ void get_core_count(afl_state_t *); void fix_up_sync(afl_state_t *); void check_asan_opts(afl_state_t *); void check_binary(afl_state_t *, u8 *); -void fix_up_banner(afl_state_t *, u8 *); void check_if_tty(afl_state_t *); void setup_signal_handlers(void); void save_cmdline(afl_state_t *, u32, char **); |
