diff options
author | Carlo Maragno <carlo@Carlos-MacBook-Pro.local> | 2022-04-01 14:56:27 +0200 |
---|---|---|
committer | Carlo Maragno <carlo@Carlos-MacBook-Pro.local> | 2022-04-01 14:56:27 +0200 |
commit | 657e4cc81234967495792174856605e4c29fcf35 (patch) | |
tree | 78d1ca7601f3139b43e2b6ab6ee137f31413bc21 /include/afl-fuzz.h | |
parent | 29f0bb1c6a6e689f41bd3c92b1d4a607983cce80 (diff) | |
download | afl++-657e4cc81234967495792174856605e4c29fcf35.tar.gz |
Fix layout
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 9eac502f..9fddac32 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1082,6 +1082,8 @@ void write_setup_file(afl_state_t *, u32, char **); void write_stats_file(afl_state_t *, u32, double, double, double); void maybe_update_plot_file(afl_state_t *, u32, double, double); void show_stats(afl_state_t *); +void show_stats_normal(afl_state_t *); +void show_stats_pizza(afl_state_t *); void show_init_stats(afl_state_t *); /* StatsD */ |