1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_getmx 3 2002-03-31
4 firedns_getmx \- Create a query to resolve a hostname's MX record
6 .B #include <firedns.h>
10 .BI "int firedns_getmx(const char * const " "name" ")"
12 firedns_getmx() creates and sends a request to resolve
15 It returns a file descriptor that should be
17 upon (read set). When the file descriptor shows ready
19 .IR firedns_getresult (3)
20 to retrieve the results.
22 Returns an integer file descriptor that can be used the
23 same as any other file descriptor. Returns
27 Ian Gulliver <ian@penguinhosting.net>
30 .BR firedns_getresult (3),