Properly declare functions in headers; remove redundant declarations.

This commit is contained in:
Markus Armbruster 2004-02-19 12:39:17 +00:00
parent 731fcaf98f
commit d59bc20516
8 changed files with 24 additions and 19 deletions

View file

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