diff options
author | van Hauser <vh@thc.org> | 2020-04-17 11:56:08 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 11:56:08 +0200 |
commit | 76e15a06957d03df7ffc8102a043c7694ba251d6 (patch) | |
tree | 00f939fb7ca175a009bfe44d7437f4936a3fcce7 /include | |
parent | 1931838a112a23567b41ac0f018ae811ef7fbe1c (diff) | |
download | afl++-76e15a06957d03df7ffc8102a043c7694ba251d6.tar.gz |
refactoring getting the map size
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index f5ace878..70ff0744 100644 --- a/include/common.h +++ b/include/common.h @@ -115,5 +115,7 @@ u8 *u_stringify_time_diff(u8 *buf, u64 cur_ms, u64 event_ms); u32 read_timed(s32 fd, void *buf, size_t len, u32 timeout_ms, volatile u8 *stop_soon_p); +u32 get_map_size(); + #endif |