diff fuzz-wrapfd.h @ 1782:a6da10ac64b5 fuzz

fuzz: make postauth set authdone properly
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Dec 2020 22:18:51 +0800
parents 97ad26e397a5
children 685b47d8faf7
line wrap: on
line diff
--- a/fuzz-wrapfd.h	Thu Dec 03 21:19:19 2020 +0800
+++ b/fuzz-wrapfd.h	Thu Dec 03 22:18:51 2020 +0800
@@ -12,8 +12,8 @@
 // buf is a common buffer read by all wrapped FDs. doesn't take ownership of buf
 void wrapfd_setup(buffer *buf);
 void wrapfd_setseed(uint32_t seed);
-int wrapfd_new_fuzzinput();
-int wrapfd_new_dummy();
+int wrapfd_new_fuzzinput(void);
+int wrapfd_new_dummy(void);
 
 // called via #defines for read/write/select
 int wrapfd_read(int fd, void *out, size_t count);