about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-04 17:04:42 +0200
committervan Hauser <vh@thc.org>2020-09-04 17:04:42 +0200
commit6c715f1a69f91d4336023a8ba10fb4a7e126f9c2 (patch)
tree2b19a7d912fde4936b4cc9cfe279a8858c0738f0 /include/afl-fuzz.h
parentfc19aa96f78cd33ce7d548bad5c7e4d3efa069d1 (diff)
downloadafl++-6c715f1a69f91d4336023a8ba10fb4a7e126f9c2.tar.gz
more changes to fuzzer_setup
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index e3c3d5aa..358cb5dc 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -945,7 +945,7 @@ void destroy_extras(afl_state_t *);
 
 /* Stats */
 
-void write_fuzzer_config_file(afl_state_t *);
+void write_setup_file(afl_state_t *, int, char **);
 void write_stats_file(afl_state_t *, double, double, double);
 void maybe_update_plot_file(afl_state_t *, double, double);
 void show_stats(afl_state_t *);