Properly declare functions in headers; remove redundant declarations.
This commit is contained in:
parent
731fcaf98f
commit
d59bc20516
8 changed files with 24 additions and 19 deletions
|
@ -40,14 +40,11 @@
|
|||
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
void ioq_write(struct ioqueue *ioq, s_char *buf, int cc);
|
||||
|
||||
int
|
||||
serverio(int s, struct ioqueue *ioq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue