about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorEdznux <edznux@gmail.com>2020-09-25 23:28:15 +0200
committerEdznux <edznux@gmail.com>2020-09-25 23:28:15 +0200
commita55e0d11891f0cc19a4ec6cc67c4e5e0d1c7f465 (patch)
tree41b5e5ed5eec1988f1b2059b43b8d2e094a652ef /include/afl-fuzz.h
parent4561a9590fc9a8c9ef3676b119f04c2e6d0794c0 (diff)
downloadafl++-a55e0d11891f0cc19a4ec6cc67c4e5e0d1c7f465.tar.gz
WIP envs
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 5fff7feb..65327d93 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -958,7 +958,7 @@ void show_init_stats(afl_state_t *);
 
 int statsd_init(char *host, int port);
 int send_statsd_metric(afl_state_t *afl);
-void statsd_format_metric(afl_state_t *afl, char *buff, int bufflen);
+int statsd_format_metric(afl_state_t *afl, char *formatted[], size_t *num_of_tags);
 
 /* Run */