mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
some linting after fuzz merge (#60)
* fix prototype * remove extra comma * use m_free after m_strdup
This commit is contained in:
committed by
Matt Johnston
parent
ce1f9cdf7c
commit
257bba00ac
@@ -7,10 +7,10 @@ enum wrapfd_mode {
|
||||
UNUSED = 0,
|
||||
PLAIN,
|
||||
INPROGRESS,
|
||||
RANDOMIN,
|
||||
RANDOMIN
|
||||
};
|
||||
|
||||
void wrapfd_setup();
|
||||
void wrapfd_setup(void);
|
||||
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