Change the return value of two functions from 'void' into 'int'
[fio.git] / zone-dist.h
CommitLineData
07776127
JA
1#ifndef FIO_ZONE_DIST_H
2#define FIO_ZONE_DIST_H
3
4void td_zone_gen_index(struct thread_data *td);
5void td_zone_free_index(struct thread_data *td);
6
7#endif