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