fix dlen
[citadel.git] / citadel / domain.h
diff --git a/citadel/domain.h b/citadel/domain.h
deleted file mode 100644 (file)
index b209417..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-struct mx {
-       int pref;
-       char host[1024];
-};
-
-int getmx(char *mxbuf, char *dest);