From 4fbbabc2705e0c7320516b673f855494d48ec81d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 25 Oct 1996 18:08:43 +0000 Subject: Initial revision svn path=/trunk/; revision=379 --- mx.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mx.h (limited to 'mx.h') diff --git a/mx.h b/mx.h new file mode 100644 index 00000000..5e2824c0 --- /dev/null +++ b/mx.h @@ -0,0 +1,13 @@ +/* mx.h -- name-to-preference association for MX records */ + +struct mxentry +{ + char *name; + int pref; +}; + +#ifdef HAVE_PROTOTYPES +extern int getmxrecords(char *, int, struct mxentry *); +#endif /* HAVE_PROTOTYPES */ + +/* mx.h ends here */ -- cgit v1.2.3