X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=288e8b2e9b97bd5d0d5c3b54a2d7cb0a48061653;hb=8ffb37bf859b810c6f3c0895d1cd2edba32e54bf;hp=c6cd97f5810c25a0914f9023a2d231b732a9b126;hpb=bf31c5960c968bae13c8ad62c51bd23bc8baa809;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index c6cd97f58..288e8b2e9 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -22,6 +22,7 @@ /*****************************************************************************/ #define MaxAttempts 15 +extern const unsigned short DefaultMXPort; typedef struct _mailq_entry { StrBuf *Recipient;