diff options
Diffstat (limited to 'src/report-entry-arrays.h')
-rw-r--r-- | src/report-entry-arrays.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/report-entry-arrays.h b/src/report-entry-arrays.h new file mode 100644 index 0000000..70d9f03 --- /dev/null +++ b/src/report-entry-arrays.h @@ -0,0 +1,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 |