X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=copy.h;h=39efe41346cf19afd003d2250cbeadef141e6ece;hp=e997b050abc0dfbdb5eb4d65e816580488191b29;hb=981e10e224fde4de5d40adcee1deda89df2715ca;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372 diff --git a/copy.h b/copy.h index e997b05..39efe41 100644 --- a/copy.h +++ b/copy.h @@ -44,7 +44,7 @@ #define M_CM_DECODE_CRYPT (M_CM_DECODE_PGP | M_CM_DECODE_SMIME) #define M_CM_VERIFY (1<<11) /* do signature verification */ -int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *); +int mutt_copy_hdr (FILE *, FILE *, off_t, off_t, int, const char *); int mutt_copy_header (FILE *, HEADER *, FILE *, int, const char *); int _mutt_copy_message (FILE * fpout, FILE * fpin, HEADER * hdr, BODY * body, int flags, int chflags);