HOWTO: fix wrong "here follows the complete list of fio job parameters" position
[fio.git] / oslib / strsep.h
CommitLineData
67bf9823
JA
1#ifndef FIO_STRSEP_LIB_H
2#define FIO_STRSEP_LIB_H
00fb3c8d
JA
3
4char *strsep(char **, const char *);
5
6#endif