simplify mutt_parse_references
[apps/madmutt.git] / lib-mime / mime.h
index 51585a0..096c321 100644 (file)
@@ -56,6 +56,7 @@ extern const char *BodyEncodings[];
 extern const char RFC822Specials[];
 
 ssize_t mutt_read_rfc822_line(FILE*, char**, ssize_t*);
+LIST *mutt_parse_references (char *, int);
 
 /*** addresses ***/