X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=protos.h;h=1c93f53b77318bfbd85cf77cb0a90e726ef98ce5;hb=2f2c527885bb77e4ba1e90f02812f3ee47985afa;hp=44b7cbb42218b0604e5a266088c9359c359d9b76;hpb=2a0e5679311c156ba6e559336f80ec0077f4c571;p=apps%2Fmadmutt.git diff --git a/protos.h b/protos.h index 44b7cbb..1c93f53 100644 --- a/protos.h +++ b/protos.h @@ -68,6 +68,7 @@ BODY *mutt_read_mime_header (FILE *, int); CONTENT *mutt_get_content_info (const char *fname, BODY * b); LIST *mutt_make_references (ENVELOPE * e); +char* mutt_read_rfc822_line (FILE*, char*, size_t*); LIST *mutt_parse_references (char *, int); ENVELOPE *mutt_read_rfc822_header (FILE *, HEADER *, short, short);