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

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