blob: 6ed810ac14ee01c2e0a426adee0f8380be4a95a9 [file] [log] [blame]
Damien Millere9cf3572001-02-09 12:55:35 +11001/* $Id: strsep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
Damien Miller3077fb92000-07-11 21:34:34 +10003#ifndef _BSD_STRSEP_H
4#define _BSD_STRSEP_H
5
6#include "config.h"
7
8#ifndef HAVE_STRSEP
9char *strsep(char **stringp, const char *delim);
10#endif /* HAVE_STRSEP */
11
12#endif /* _BSD_STRSEP_H */