ADDRESS -> address_t
[apps/madmutt.git] / parse.c
diff --git a/parse.c b/parse.c
index 8175f6f..d83f12b 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1398,7 +1398,7 @@ ENVELOPE *mutt_read_rfc822_header (FILE * f, HEADER * hdr, short user_hdrs,
   return (e);
 }
 
-ADDRESS *mutt_parse_adrlist (ADDRESS * p, const char *s)
+address_t *mutt_parse_adrlist (address_t * p, const char *s)
 {
   const char *q;