DragonFly On-Line Manual Pages

Search: Section:  


firedns_resolvetxt(3)                       DragonFly Library Functions Manual

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

libfiredns(3) 2002-03-31 firedns_resolvetxt(3)

Search: Section: