* Vanquished the evil dn_expand() beast. getmx() now seems to be working.
[citadel.git] / citadel / domain.h
1
2 struct mx {
3         int pref;
4         char host[1024];
5 };
6
7 int getmx(char *mxbuf, char *dest);