include strsep prototype if needed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-16 09:59:27 +00:00
parent b5b2c35e19
commit e68f27788e

View File

@@ -187,7 +187,7 @@ char * strlwr(char *);
int strnlen(char*, int);
#endif
#ifndef HAVE_STRSEP
#if !defined(HAVE_STRSEP) || defined(NEED_STRSEP_PROTO)
char *strsep(char**, const char*);
#endif