aboutsummaryrefslogtreecommitdiff
path: root/include/common.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/common.h
parentfc19aa96f78cd33ce7d548bad5c7e4d3efa069d1 (diff)
downloadAFLplusplus-6c715f1a69f91d4336023a8ba10fb4a7e126f9c2.tar.gz
more changes to fuzzer_setup
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 87a7425b..c364ade0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -110,5 +110,11 @@ u8 *u_stringify_time_diff(u8 *buf, u64 cur_ms, u64 event_ms);
/* Reads the map size from ENV */
u32 get_map_size(void);
+/* create a stream file */
+FILE *create_ffile(u8 *fn);
+
+/* create a file */
+s32 create_file(u8 *fn);
+
#endif