about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorThomas Rooijakkers <thomas.rooijakkers@tno.nl>2020-09-04 16:02:09 +0200
committerThomas Rooijakkers <thomas.rooijakkers@tno.nl>2020-09-04 16:02:09 +0200
commit809a7cffe2de74b048143f0820fa922c9a18aff5 (patch)
tree5b09fd298846bffeaa2751d9a2f1fd47e46e5fa7 /include/afl-fuzz.h
parent6adaacbb3aed2f967b4f3aeacdc41e91502914b3 (diff)
downloadafl++-809a7cffe2de74b048143f0820fa922c9a18aff5.tar.gz
Write set environment variables in an env file style.
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 f9858669..eebd74c7 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -946,7 +946,7 @@ void destroy_extras(afl_state_t *);
 /* Stats */
 
 FILE *open_file(const char *);
-void  write_fuzzer_setup_file(afl_state_t *);
+void  write_fuzzer_config_file(afl_state_t *);
 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 *);