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