1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_resolvecname 3 2004-02-12
4 firedns_resolvecname \- Resolve the canonical name of a host
6 .B #include <firedns.h>
10 .BI "char *firedns_resolvecname(const char * " "name" ")"
12 .BI "char *firedns_resolvecname_r(const char * " "name" ")"
14 firedns_resolvecname() attempts to resolve the canonical name (CNAME) of
17 Returns a pointer to an internal static
23 if there is no such record (indicating that you already have the canonical
26 Ian Gulliver <ian@penguinhosting.net>