libowfat/iob_internal.h

10 lines
162 B
C
Raw Normal View History

2003-09-08 20:29:39 +00:00
#include "iob.h"
#include "array.h"
typedef struct iob_entry {
2003-09-08 20:29:39 +00:00
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;
} iob_entry;