aboutsummaryrefslogtreecommitdiffstats
path: root/mx.h
diff options
context:
space:
mode:
Diffstat (limited to 'mx.h')
-rw-r--r--mx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mx.h b/mx.h
index 511eba78..da422758 100644
--- a/mx.h
+++ b/mx.h
@@ -4,8 +4,8 @@
struct mxentry
{
- unsigned char *name;
- int pref;
+ char *name;
+ int pref;
};
extern struct mxentry * getmxrecords(const char *);