* Changed the comments at the beginning of each file to a consistent format
[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);