man firedns_resolvetxtlist (Fonctions bibliothèques) - Resolve a list of TXT records of a hostname
NAME
firedns_resolvetxtlist - Resolve a list of TXT records of a hostname
SYNOPSIS
#include <firedns.h>
-lfiredns
struct firedns_txtlist *firedns_resolvetxtlist(const char * const name)
struct firedns_txtlist *firedns_resolvetxtlist_r(const char * const name)
DESCRIPTION
firedns_resolvetxtlist() attempts to resolve a list of TXT records for the hostname name.
RETURN VALUE
Returns a pointer to an internal static struct firedns_txtlist *. This structure is the first of a linked list. It contains:
char *txt;
struct firedns_txtlist *next;
This function returns NULL on error.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>