summaryrefslogtreecommitdiff
path: root/src/report-usage.h
blob: ce5a6e1b57a79648d5b91f1f06aa36861905504f (plain)
1
2
3
4
5
6
7
8
#ifndef _JIO_REPORT_USAGE
#define _JIO_REPORT_USAGE

typedef struct iou_t iou_t;

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

#endif
© All Rights Reserved