1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_resolvetxt 3 2002-03-31
4 firedns_resolvetxt \- Resolve a TXT record of a hostname
6 .B #include <firedns.h>
10 .BI "char *firedns_resolvetxt(const char * const " "name" ")"
12 .BI "char *firedns_resolvetxt_r(const char * const " "name" ")"
14 firedns_resolvetxt() attempts to resolve a TXT record
18 Returns a pointer to an internal static
20 that contains a TXT record of
26 Ian Gulliver <ian@penguinhosting.net>