diff options
| author | vanhauser-thc <vh@thc.org> | 2022-07-12 09:04:54 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2022-07-12 09:04:54 +0200 |
| commit | b847e0f414e7b310e1a68bc501d4e2453bfce70e (patch) | |
| tree | 1ea5ebbb0b47e8d55b1950e9b787ec9f254655af /frida_mode/include/seccomp.h | |
| parent | 338f1ae2f85dffe7daa88fa78cd1d078a986d0d5 (diff) | |
| download | afl++-b847e0f414e7b310e1a68bc501d4e2453bfce70e.tar.gz | |
clang format 14
Diffstat (limited to 'frida_mode/include/seccomp.h')
| -rw-r--r-- | frida_mode/include/seccomp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/include/seccomp.h b/frida_mode/include/seccomp.h index 7e8a7d25..0cd90bc2 100644 --- a/frida_mode/include/seccomp.h +++ b/frida_mode/include/seccomp.h @@ -401,9 +401,9 @@ enum { typedef void (*seccomp_child_func_t)(int event_fd, void *ctx); -typedef void (*seccomp_filter_callback_t)(struct seccomp_notif * req, +typedef void (*seccomp_filter_callback_t)(struct seccomp_notif *req, struct seccomp_notif_resp *resp, - GumReturnAddressArray * frames); + GumReturnAddressArray *frames); void seccomp_atomic_set(volatile bool *ptr, bool val); bool seccomp_atomic_try_set(volatile bool *ptr, bool val); |
