about summary refs log tree commit diff
path: root/include/common.h
blob: 9845c2afe831d6fddd7baa12437aabc812c5a482 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __AFLCOMMON_H
#define __AFLCOMMON_H
#include "types.h"

void detect_file_args(char **argv, u8 *prog_in);
#endif