add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for windoze)
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef __MINGW32__
|
||||
#include "windows.h"
|
||||
|
||||
struct iovec {
|
||||
LPCVOID iov_base;
|
||||
DWORD iov_len;
|
||||
};
|
||||
#else
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
#include "errmsg.h"
|
||||
#include "str.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user