diff options
Diffstat (limited to 'afl-common.h')
-rw-r--r-- | afl-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/afl-common.h b/afl-common.h new file mode 100644 index 00000000..07afb75d --- /dev/null +++ b/afl-common.h @@ -0,0 +1,5 @@ +#ifndef __AFLCOMMON_H +#define __AFLCOMMON_H + +void detect_file_args(char **argv, u8 *prog_in); +#endif |