Fix FreeBSD warning
[fio.git] / flist_sort.h
CommitLineData
d29cd59a
JA
1#ifndef FIO_FLIST_SORT_H
2#define FIO_FLIST_SORT_H
3
4struct flist_head;
5
6void flist_sort(void *priv, struct flist_head *head,
7 int (*cmp)(void *priv, struct flist_head *a,
8 struct flist_head *b));
9#endif