aboutsummaryrefslogtreecommitdiffstats
path: root/mx.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-06-28 10:13:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-06-28 10:13:59 +0000
commit1b0445caadad8c59d0fc9ead943d4aa3f0f59275 (patch)
treefe2d43fa3cd35de4a525739ce456955a718ef818 /mx.h
parent2f57b3f62b4924846c8631dbd108ad3dbe7db932 (diff)
downloadfetchmail-1b0445caadad8c59d0fc9ead943d4aa3f0f59275.tar.gz
fetchmail-1b0445caadad8c59d0fc9ead943d4aa3f0f59275.tar.bz2
fetchmail-1b0445caadad8c59d0fc9ead943d4aa3f0f59275.zip
Handle 8-bit characters in uid items.
svn path=/trunk/; revision=2911
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 cc0e28d5..2aedf8a3 100644
--- a/mx.h
+++ b/mx.h
@@ -2,8 +2,8 @@
struct mxentry
{
- char *name;
- int pref;
+ unsigned char *name;
+ int pref;
};
extern struct mxentry * getmxrecords(const char *);