man firedns_resolvetxt (Fonctions bibliothèques) - Resolve a TXT record of a hostname

NAME

firedns_resolvetxt - Resolve a TXT record of a hostname

SYNOPSIS

#include <firedns.h>

-lfiredns

char *firedns_resolvetxt(const char * const name)

char *firedns_resolvetxt_r(const char * const name)

DESCRIPTION

firedns_resolvetxt() attempts to resolve a TXT record for the hostname name.

RETURN VALUE

Returns a pointer to an internal static char * that contains a TXT record of name, or NULL on error.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO