about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-11 10:24:45 +0200
committervan Hauser <vh@thc.org>2020-08-11 10:24:45 +0200
commit0ba09ee85a65878e70d1a224f9d41fcbac3ff1e5 (patch)
treead22351558d02c9215be35b0ee2846d2ef90e625 /include/common.h
parent67dac152269c48245dca88140b1238b36d5e0954 (diff)
downloadafl++-0ba09ee85a65878e70d1a224f9d41fcbac3ff1e5.tar.gz
enhancements
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 42c79c62..c7d57e07 100644
--- a/include/common.h
+++ b/include/common.h
@@ -55,7 +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);
+u8 *find_afl_binary(u8 *fname, u8 *own_loc);
 
 /* Read a bitmap from file fname to memory
    This is for the -B option again. */