diff options
Diffstat (limited to 'src/readfile.h')
-rw-r--r-- | src/readfile.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/readfile.h b/src/readfile.h new file mode 100644 index 0000000..2e414b3 --- /dev/null +++ b/src/readfile.h @@ -0,0 +1,10 @@ +#ifndef _JIO_READFILE_H +#define _JIO_READFILE_H + +#include "thunk.h" + +typedef struct iou_t iou_t; + +THUNK_DECLARE(readfile, iou_t *, iou, const char *, path, char *, buf, size_t *, size, thunk_t *, closure); + +#endif |