|
NAMEfiredns_resolvetxt - Resolve a TXT record of a hostnameSYNOPSIS#include <firedns.h>-lfiredns char *firedns_resolvetxt(const char * const
name)
DESCRIPTIONfiredns_resolvetxt() attempts to resolve a TXT record for the hostname name.RETURN VALUEReturns a pointer to an internal static char * that contains a TXT record of name, or NULL on error.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |