strsep_copy prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8387 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-06-12 11:19:41 +00:00
parent 224d353e1c
commit 587f3668b7

View File

@@ -200,6 +200,10 @@ size_t strnlen(const char*, size_t);
char *strsep(char**, const char*);
#endif
#if !defined(HAVE_STRSEP_COPY) || defined(NEED_STRSEP_COPY_PROTO)
ssize_t strsep_copy(const char**, const char*, char*, size_t);
#endif
#ifndef HAVE_STRCASECMP
int strcasecmp(const char *s1, const char *s2);
#endif