X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=copy.c;h=565fcb0d710ddc4656385d9d49a47e48e248d072;hp=d0af92dc2bd1edb2e6bf0a1845d482314e71d8ef;hb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235;hpb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f diff --git a/copy.c b/copy.c index d0af92d..565fcb0 100644 --- a/copy.c +++ b/copy.c @@ -813,7 +813,7 @@ static int copy_delete_attach (BODY * b, FILE * fpin, FILE * fpout, * XXX - fix that. */ -static void format_address_header (char **h, ADDRESS * a) +static void format_address_header (char **h, address_t * a) { char buf[HUGE_STRING]; char cbuf[STRING]; @@ -827,7 +827,7 @@ static void format_address_header (char **h, ADDRESS * a) p_realloc(h, buflen); for (count = 0; a; a = a->next, count++) { - ADDRESS *tmp = a->next; + address_t *tmp = a->next; a->next = NULL; *buf = *cbuf = *c2buf = '\0'; @@ -868,7 +868,7 @@ static int address_header_decode (char **h) char *s = *h; int l; - ADDRESS *a = NULL; + address_t *a = NULL; switch (tolower ((unsigned char) *s)) { case 'r':