X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.h;h=ba367593d643dcbef31b0407117e95fbe0652017;hb=HEAD;hp=d81060421aa583724e021bd04011642315e3b939;hpb=419900fb1ff6d0d7fcd0e293a49e2d842932a1bf;p=citadel.git diff --git a/citadel/domain.h b/citadel/domain.h deleted file mode 100644 index d81060421..000000000 --- a/citadel/domain.h +++ /dev/null @@ -1,8 +0,0 @@ - -struct mx { - int pref; - char host[1024]; -}; - -int get_smarthosts(char *mxbuf); -int getmx(char *mxbuf, char *dest);