X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=029659bc7a7bb70f124b5317ab25daa7bf731324;hp=8c3df7e74b05125eafc48459309d52381248829a;hb=19457d3e9b0b827930530f5e8f4f04dd745d685f;hpb=d6988dab6bd378ccdf0f17aaa16de8aee1ceaf43 diff --git a/protos.h b/protos.h index 8c3df7e..029659b 100644 --- a/protos.h +++ b/protos.h @@ -61,7 +61,7 @@ BODY *mutt_make_message_attach (CONTEXT *, HEADER *, int); BODY *mutt_remove_multipart (BODY *); BODY *mutt_make_multipart (BODY *); BODY *mutt_new_body (void); -BODY *mutt_parse_multipart (FILE *, const char *, long, int); +BODY *mutt_parse_multipart (FILE *, const char *, LOFF_T, int); BODY *mutt_parse_messageRFC822 (FILE *, BODY *); BODY *mutt_read_mime_header (FILE *, int); @@ -388,7 +388,7 @@ extern int system (); extern int puts (); extern int fputs (); extern int fputc (); -extern int fseek (); +extern int fseeko (); extern char *strchr (); extern int getopt (); extern int fputs ();