1 2 3 4 5 6 7
#ifdef cplusplus extern "C" { int DNSGetTXT(const char *szFQDN, char *Buffer, int nBufLen); extern void dns_random_init(const char[12]); #endif