]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
* Made the <.ASI> command a bit friendlier.
[citadel.git] / citadel / domain.h
index b209417251af671591ca1d97d16e2dfd77397500..d81060421aa583724e021bd04011642315e3b939 100644 (file)
@@ -4,4 +4,5 @@ struct mx {
        char host[1024];
 };
 
+int get_smarthosts(char *mxbuf);
 int getmx(char *mxbuf, char *dest);