/* mx.h -- name-to-preference association for MX records */structmxentry{unsignedchar*name;intpref;};externstructmxentry*getmxrecords(constunsignedchar*);/* some versions of FreeBSD should declare this but don't */externinth_errno;/* mx.h ends here */