]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
* SpamAssassin connector is now configurable in <.A>ide <S>ysconfig <I>nternet.
[citadel.git] / citadel / domain.h
index de70f81749d4e3aa65469d6dec76f35d45ca6a94..5900cf7d13506627016448f655645bdb6c6f3efe 100644 (file)
@@ -8,8 +8,8 @@ struct mx {
        char host[1024];
 };
 
-int get_smarthosts(char *mxbuf);
 int getmx(char *mxbuf, char *dest);
+int get_hosts(char *mxbuf, char *rectype);
 
 
 /* HP/UX has old include files...these are from arpa/nameser.h */