libowfat/iob_internal.h
2003-09-10 01:59:12 +00:00

10 lines
160 B
C

#include "iob.h"
#include "array.h"
typedef struct io_entry {
enum { FROMBUF, FROMFILE } type;
int64 fd;
const char* buf;
uint64 offset,n;
} io_entry;