2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

move prototype for isc_string_separate outside of ISC_PLATFORM_NEEDSTRSEP test

This commit is contained in:
David Lawrence
2000-04-28 22:47:45 +00:00
parent 0e8da6dbd6
commit b887048653

View File

@@ -41,15 +41,14 @@ isc_string_touint64(char *source, char **endp, int base);
* On error 'endp' points to 'source'.
*/
#ifdef ISC_PLATFORM_NEEDSTRSEP
char *
isc_string_separate(char **stringp, const char *delim);
#ifdef ISC_PLATFORM_NEEDSTRSEP
#define strsep isc_string_separate
#endif /* ISC_PLATFORM_NEEDSTRSEP */
#endif
ISC_LANG_ENDDECLS
#endif /* ISC_STRING_H */