aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-09 01:09:26 +0200
committervan Hauser <vh@thc.org>2020-08-09 01:09:26 +0200
commit0bb59ba11606e0382126304f78507efe7d62fd6b (patch)
treea48c330da2c95f20b4ebf17a5390f877b1b674dd /include/common.h
parente4a0237cbc745552a5b21a2450d7ab55ee98759d (diff)
downloadAFLplusplus-0bb59ba11606e0382126304f78507efe7d62fd6b.tar.gz
code format
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 87a7425b..42c79c62 100644
--- a/include/common.h
+++ b/include/common.h
@@ -55,6 +55,7 @@ extern u8 *doc_path; /* path to documentation dir */
@returns the path, allocating the string */
u8 *find_binary(u8 *fname);
+u8 *find_binary_own_loc(u8 *fname, u8 *own_loc);
/* Read a bitmap from file fname to memory
This is for the -B option again. */