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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user