about summary refs log tree commit diff
path: root/afl-common.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-03 11:12:49 +0200
committerGitHub <noreply@github.com>2019-09-03 11:12:49 +0200
commitf3617bd83bcf4de3b10866faca4b83f566ee0e8f (patch)
tree6308bf840cdf24af50fdef4c216d6c9433cd021b /afl-common.h
parent3bfd88aabbf3fdf70cb053aa25944f32d2113d8f (diff)
parentd47ef88fcd842bd13923b1b519544fa2c8d6d0eb (diff)
downloadafl++-f3617bd83bcf4de3b10866faca4b83f566ee0e8f.tar.gz
Merge pull request #53 from vanhauser-thc/code-cleanup
Code cleanup
Diffstat (limited to 'afl-common.h')
-rw-r--r--afl-common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/afl-common.h b/afl-common.h
deleted file mode 100644
index 161caa39..00000000
--- a/afl-common.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __AFLCOMMON_H
-#define __AFLCOMMON_H
-#include "types.h"
-
-void detect_file_args(char **argv, u8 *prog_in);
-#endif