libowfat/iob_internal.h

10 lines
160 B
C
Raw Normal View History

2003-09-08 20:29:39 +00:00
#include "iob.h"
#include "array.h"
typedef struct io_entry {
enum { FROMBUF, FROMFILE } type;
int64 fd;
2003-09-10 00:28:51 +00:00
const char* buf;
2003-09-08 20:29:39 +00:00
uint64 offset,n;
} io_entry;