libowfat/io/iob_addbuf.c
leitner 543987da58 remove superfluous #includes
make it possibly to specify that a buffer should be freed
2003-10-31 23:34:40 +00:00

6 lines
125 B
C

#include "iob_internal.h"
int iob_addbuf(io_batch* b,const void* buf,uint64 n) {
return iob_addbuf_internal(b,buf,n,0);
}