X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=2b252899a5ba28911ec5c77bcbd1ffe15abc3609;hb=e7e9c3a84aa02b47864f22b5edf4f9c412ac82f9;hp=1ae1034b4eac942ba886bdce7d18aeb65e8dcf23;hpb=db19b9d718096f0f62b6c999759a043c1ecb535f;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index 1ae1034b4..2b252899a 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -2,21 +2,6 @@ /* SMTP CLIENT (Queue Management) STUFF */ /*****************************************************************************/ -typedef struct ParsedURL ParsedURL; -struct ParsedURL { - StrBuf *URL; - unsigned Port; - const char *Host; - const char *User; - const char *Pass; - const char *LocalPart; - int IsIP; - int IPv6; - int af; - struct hostent *HEnt; - struct in6_addr Addr; - ParsedURL *Next; -}; #define MaxAttempts 15