summaryrefslogtreecommitdiff
path: root/src/reclaim-tail-waste.h
blob: 06e403e0f0abac246ab1316cd974d929372f56dd (plain)
1
2
3
4
5
6
7
8
#ifndef _JIO_RECLAIM_TAIL_WASTE
#define _JIO_RECLAIM_TAIL_WASTE

typedef struct iou_t iou_t;

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

#endif
© All Rights Reserved