mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
missing ifndef ISC_STRING_H wrapper for body
This commit is contained in:
parent
32eddfc189
commit
ed94876a19
@ -15,17 +15,24 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ISC_STRING_H
|
||||||
|
#define ISC_STRING_H
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <isc/lang.h>
|
|
||||||
#include <isc/platform.h>
|
#include <isc/platform.h>
|
||||||
|
|
||||||
|
#ifdef ISC_PLATFORM_NEEDSTRSEP
|
||||||
|
#include <isc/lang.h>
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
#ifdef ISC_PLATFORM_NEEDSTRSEP
|
|
||||||
char *
|
char *
|
||||||
isc_strsep(char **stringp, const char *delim);
|
isc_strsep(char **stringp, const char *delim);
|
||||||
|
|
||||||
#define strsep isc_strsep
|
#define strsep isc_strsep
|
||||||
#endif
|
|
||||||
|
|
||||||
ISC_LANG_ENDDECLS
|
ISC_LANG_ENDDECLS
|
||||||
|
#endif /* ISC_PLATFORM_NEEDSTRSEP */
|
||||||
|
|
||||||
|
#endif /* ISC_STRING_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user