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:
		| @@ -135,6 +135,10 @@ char * strlwr(char *); | |||||||
| int strnlen(char*, int); | int strnlen(char*, int); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #ifndef HAVE_STRSEP | ||||||
|  | char *strsep(char**, const char*); | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #ifdef NEED_STRTOK_R_PROTO | #ifdef NEED_STRTOK_R_PROTO | ||||||
| char *strtok_r(char *s1, const char *s2, char **lasts); | char *strtok_r(char *s1, const char *s2, char **lasts); | ||||||
| #endif | #endif | ||||||
|   | |||||||
| @@ -135,6 +135,10 @@ char * strlwr(char *); | |||||||
| int strnlen(char*, int); | int strnlen(char*, int); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #ifndef HAVE_STRSEP | ||||||
|  | char *strsep(char**, const char*); | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #ifdef NEED_STRTOK_R_PROTO | #ifdef NEED_STRTOK_R_PROTO | ||||||
| char *strtok_r(char *s1, const char *s2, char **lasts); | char *strtok_r(char *s1, const char *s2, char **lasts); | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson