diff options
Diffstat (limited to 'mx.h')
-rw-r--r-- | mx.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ struct mxentry { - unsigned char *name; - int pref; + char *name; + int pref; }; extern struct mxentry * getmxrecords(const char *); |