Add prototype for strsep.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2584 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-24 07:06:51 +00:00
parent 328e84a0e3
commit 2f573b56ca
2 changed files with 8 additions and 0 deletions

View File

@@ -135,6 +135,10 @@ char * strlwr(char *);
int strnlen(char*, int);
#endif
#ifndef HAVE_STRSEP
char *strsep(char**, const char*);
#endif
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif

View File

@@ -135,6 +135,10 @@ char * strlwr(char *);
int strnlen(char*, int);
#endif
#ifndef HAVE_STRSEP
char *strsep(char**, const char*);
#endif
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif