firedns_resolvetxt(3)
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 con
- tains a TXT record of name, or NULL on error.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
- libfiredns(3)
- 2002-03-31