about summary refs log tree commit diff
path: root/frida_mode/include/instrument.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-12-23 22:39:43 +0000
committerjon <jon@odroid.lan>2021-12-23 22:39:43 +0000
commitedeaf72ea8c83843c68b93ab6b319c202d4ab1ce (patch)
tree59e7920697244d9b4f154630ec9f665b0c1423a5 /frida_mode/include/instrument.h
parentc76dc73c7abba17ace61f703199946fe4cee162f (diff)
downloadafl++-edeaf72ea8c83843c68b93ab6b319c202d4ab1ce.tar.gz
Fix compiler warnings
Diffstat (limited to 'frida_mode/include/instrument.h')
-rw-r--r--frida_mode/include/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h
index a5d52616..63f12181 100644
--- a/frida_mode/include/instrument.h
+++ b/frida_mode/include/instrument.h
@@ -51,7 +51,7 @@ void instrument_coverage_unstable(guint64 edge, guint64 previous_rip,
                                   guint64 previous_end, guint64 current_rip,
                                   guint64 current_end);
 
-void instrument_on_fork();
+void instrument_on_fork(void);
 
 guint64 instrument_get_offset_hash(GumAddress current_rip);