firedns.h: always make ipv6 members available in state struct
[rofl0r-firedns.git] / man / firedns_resolvetxt.3
blobc2a21131a5f13635d996caa8ac3f221c69b4aea9
1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_resolvetxt 3 2002-03-31
3 .SH NAME
4 firedns_resolvetxt \- Resolve a TXT record of a hostname
5 .SH SYNOPSIS
6 .B #include <firedns.h>
7 .br
8 .B -lfiredns
9 .LP
10 .BI "char *firedns_resolvetxt(const char * const " "name" ")"
11 .br
12 .BI "char *firedns_resolvetxt_r(const char * const " "name" ")"
13 .SH DESCRIPTION
14 firedns_resolvetxt() attempts to resolve a TXT record
15 for the hostname
16 .IR name .
17 .SH RETURN VALUE
18 Returns a pointer to an internal static
19 .I char *
20 that contains a TXT record of
21 .IR name ,
23 .I NULL
24 on error.
25 .SH AUTHOR
26 Ian Gulliver <ian@penguinhosting.net>
27 .SH SEE ALSO
28 .BR libfiredns (3)