This is mx.h in view mode; [Download] [Up]
/* mx.h -- name-to-preference association for MX records */
struct mxentry
{
char *name;
int pref;
};
extern struct mxentry * getmxrecords(const char *);
/* some versions of FreeBSD should declare this but don't */
extern int h_errno;
/* mx.h ends here */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.