X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=0da68956184dcf1c0b5e0dd29006da1df5e3874e;hb=2b1af802b6361c71b7d2376cc8b5812918beb47f;hp=d0543518925f4c5c0be4eda17118ae3aebef4efa;hpb=c12b418a64b44be9d08cae0e5dd25c988a522b90;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index d05435189..0da689561 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -6,6 +6,7 @@ typedef struct ParsedURL ParsedURL; struct ParsedURL { StrBuf *URL; unsigned Port; + const char *Host; const char *User; const char *Pass; const char *LocalPart;