]> code.citadel.org Git - citadel.git/blob - citadel/domain.h
0d9ac9f66074cbe8593708421795eb0057881390
[citadel.git] / citadel / domain.h
1 /*
2  * $Id$
3  *
4  */
5
6 struct mx {
7         int pref;
8         char host[1024];
9 };
10
11 int get_smarthosts(char *mxbuf);
12 int getmx(char *mxbuf, char *dest);