blob: d5ba6e0f1216ebbb0e83d8366ff86e860c75f02e [file] [log] [blame]
Damien Miller3077fb92000-07-11 21:34:34 +10001#ifndef _BSD_STRSEP_H
2#define _BSD_STRSEP_H
3
4#include "config.h"
5
6#ifndef HAVE_STRSEP
7char *strsep(char **stringp, const char *delim);
8#endif /* HAVE_STRSEP */
9
10#endif /* _BSD_STRSEP_H */