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