mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
rearrange, all fuzzers now call fuzzer_set_input()
--HG-- branch : fuzz
This commit is contained in:
@@ -10,7 +10,8 @@ enum wrapfd_mode {
|
||||
RANDOMIN,
|
||||
};
|
||||
|
||||
void wrapfd_setup(uint32_t wrapseed);
|
||||
void wrapfd_setup();
|
||||
void wrapfd_setseed(uint32_t seed);
|
||||
// doesn't take ownership of buf. buf is optional.
|
||||
void wrapfd_add(int fd, buffer *buf, enum wrapfd_mode mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user