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