]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
* Vanquished the evil dn_expand() beast. getmx() now seems to be working.
[citadel.git] / citadel / domain.h
index 10d17be0f71d88dbe69c330058b6c93ac1846931..b209417251af671591ca1d97d16e2dfd77397500 100644 (file)
@@ -1 +1,7 @@
+
+struct mx {
+       int pref;
+       char host[1024];
+};
+
 int getmx(char *mxbuf, char *dest);