summaryrefslogtreecommitdiff
path: root/src/report-layout.h
blob: bd82122e987b541e7b54e42162915da2c7dee2bb (plain)
1
2
3
4
5
6
7
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
© All Rights Reserved