summaryrefslogtreecommitdiff
path: root/src/report-entry-arrays.h
blob: 70d9f0338da0d14385af1cfdaff19396e59ecc95 (plain)
1
2
3
4
5
6
7
8
#ifndef _JIO_REPORT_ENTRY_ARRAYS
#define _JIO_REPORT_ENTRY_ARRAYS

typedef struct iou_t iou_t;

int jio_report_entry_arrays(iou_t *iou, int argc, char *argv[]);

#endif
© All Rights Reserved