d81060421aa583724e021bd04011642315e3b939
[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);