Changeset 5457:7729b1ad530c for protos.h

Show
Ignore:
Timestamp:
2008-07-10 06:38:25 (5 months ago)
Author:
Aron Griffis <agriffis@…>
Branch:
HEAD
Message:

Unify mutt_write_references

copy.c and sendlib.c have independent and different implementations of writing
references to a file. Choose the one in sendlib since it's conservative with
mallocs and supports trimming the list.

Signed-off-by: Aron Griffis <agriffis@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • protos.h

    r5448 r5457  
    372372int mutt_write_one_header (FILE *fp, const char *tag, const char *value, const char *pfx, int wraplen); 
    373373int mutt_write_rfc822_header (FILE *, ENVELOPE *, BODY *, int, int); 
     374void mutt_write_references (LIST *, FILE *, int); 
    374375int mutt_yesorno (const char *, int); 
    375376void mutt_set_header_color(CONTEXT *, HEADER *);