some linting after fuzz merge (#60)

* fix prototype

* remove extra comma

* use m_free after m_strdup
This commit is contained in:
François Perrad
2018-03-03 04:06:45 +01:00
committed by Matt Johnston
parent ce1f9cdf7c
commit 257bba00ac
4 changed files with 6 additions and 5 deletions

View File

@@ -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);