mirror of /home/gitosis/repositories/libowfat.git
parent
fb058ef5c0
commit
d13335fed1
@ -1,9 +1,9 @@
|
||||
#include "iob.h"
|
||||
#include "array.h"
|
||||
|
||||
typedef struct io_entry {
|
||||
typedef struct iob_entry {
|
||||
enum { FROMBUF, FROMFILE } type;
|
||||
int64 fd;
|
||||
const char* buf;
|
||||
uint64 offset,n;
|
||||
} io_entry;
|
||||
} iob_entry;
|
||||
|
Loading…
Reference in new issue