|
NAMEfiredns_resolvetxtlist - Resolve a list of TXT records of a hostnameSYNOPSIS#include <firedns.h>-lfiredns struct firedns_txtlist *firedns_resolvetxtlist(const char *
const name)
DESCRIPTIONfiredns_resolvetxtlist() attempts to resolve a list of TXT records for the hostname name.RETURN VALUEReturns a pointer to an internal static struct firedns_txtlist *. This structure is the first of a linked list. It contains: char *txt;
This function returns NULL on error. AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfiredns(3)
Visit the GSP FreeBSD Man Page Interface. |