diff options
| author | vanhauser-thc <vh@thc.org> | 2023-08-04 09:25:19 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-08-04 09:25:19 +0200 |
| commit | 79640acbf1ffff9677ec9094b61ac4a158b1551c (patch) | |
| tree | f7e7e86c15b9f6bcbfc2956137a856a5c7bea641 /include/forkserver.h | |
| parent | 4a9264444f8868cc476c926f48c233709766050d (diff) | |
| download | afl++-79640acbf1ffff9677ec9094b61ac4a158b1551c.tar.gz | |
nits
Diffstat (limited to 'include/forkserver.h')
| -rw-r--r-- | include/forkserver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index c93c6f61..1d41d83d 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -86,7 +86,8 @@ typedef struct { uint32_t size); bool (*nyx_remove_work_dir)(const char *workdir); - bool (*nyx_config_set_aux_buffer_size)(void *config, uint32_t aux_buffer_size); + bool (*nyx_config_set_aux_buffer_size)(void *config, + uint32_t aux_buffer_size); } nyx_plugin_handler_t; |
