]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / domain.h
diff --git a/citadel/domain.h b/citadel/domain.h
deleted file mode 100644 (file)
index 0d9ac9f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * $Id$
- *
- */
-
-struct mx {
-       int pref;
-       char host[1024];
-};
-
-int get_smarthosts(char *mxbuf);
-int getmx(char *mxbuf, char *dest);