blob: 5a3a569596d8b5110bc35b803a7b07c06bdf1347 [file] [log] [blame]
Damien Miller80ecfe82000-09-24 11:21:31 +11001#ifndef _BSD_STRTOK_H
2#define _BSD_STRTOK_H
3
4#include "config.h"
5
6#ifndef HAVE_STRTOK_R
7char *strtok_r(char *s, const char *delim, char **last);
8#endif /* HAVE_STRTOK_R */
9
10#endif /* _BSD_STRTOK_H */