diff options
author | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
---|---|---|
committer | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
commit | b31dff6beec6a7aa17da6f7f8a2eef198c263ccc (patch) | |
tree | c039aeed3572b171c2b7108cd650a0ee53c1b0f6 /afl-common.h | |
parent | 1b3f9713309d27c49b153f9b3af12d208076e93c (diff) | |
parent | abf61ecc8f1b4ea3de59f818d859139637b29f32 (diff) | |
download | afl++-b31dff6beec6a7aa17da6f7f8a2eef198c263ccc.tar.gz |
Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts: # afl-fuzz.c
Diffstat (limited to 'afl-common.h')
-rw-r--r-- | afl-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/afl-common.h b/afl-common.h deleted file mode 100644 index 07afb75d..00000000 --- a/afl-common.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef __AFLCOMMON_H -#define __AFLCOMMON_H - -void detect_file_args(char **argv, u8 *prog_in); -#endif |