* Made the <.ASI> command a bit friendlier.
[citadel.git] / citadel / domain.h
1
2 struct mx {
3         int pref;
4         char host[1024];
5 };
6
7 int get_smarthosts(char *mxbuf);
8 int getmx(char *mxbuf, char *dest);