diff options
Diffstat (limited to 'src/report-layout.h')
-rw-r--r-- | src/report-layout.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/report-layout.h b/src/report-layout.h new file mode 100644 index 0000000..bd82122 --- /dev/null +++ b/src/report-layout.h @@ -0,0 +1,8 @@ +#ifndef _JIO_REPORT_LAYOUT +#define _JIO_REPORT_LAYOUT + +typedef struct iou_t iou_t; + +int jio_report_layout(iou_t *iou, int argc, char *argv[]); + +#endif |