minor corrections

This commit is contained in:
van Hauser
2019-08-09 00:34:26 +02:00
parent 73d02f3a80
commit 41d2e7d6b6
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,6 @@
#ifndef __AFLCOMMON_H
#define __AFLCOMMON_H
#include "types.h"
void detect_file_args(char **argv, u8 *prog_in);
#endif