X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=mutt.h;h=6d834c57de969b02c87545dec4ebfd85529c68bf;hb=700dbab719f75421b81f8c603d239bbf38cfa6f9;hp=10dfd102a4549468c015b6e4e3c2b95c80081a13;hpb=5e53f9e5f65aa5b3af6f5af9d868403536534afb;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index 10dfd10..6d834c5 100644 --- a/mutt.h +++ b/mutt.h @@ -605,13 +605,13 @@ typedef struct body { PARAMETER *parameter; /* parameters of the content-type */ char *description; /* content-description */ char *form_name; /* Content-Disposition form-data name param */ - LOFF_T hdr_offset; /* offset in stream where the headers begin. + off_t hdr_offset; /* offset in stream where the headers begin. * this info is used when invoking metamail, * where we need to send the headers of the * attachment */ - LOFF_T offset; /* offset where the actual data begins */ - LOFF_T length; /* length (in bytes) of attachment */ + off_t offset; /* offset where the actual data begins */ + off_t length; /* length (in bytes) of attachment */ char *filename; /* when sending a message, this is the file * to which this structure refers */ @@ -725,7 +725,7 @@ typedef struct header { time_t date_sent; /* time when the message was sent (UTC) */ time_t received; /* time when the message was placed in the mailbox */ - LOFF_T offset; /* where in the stream does this message begin? */ + off_t offset; /* where in the stream does this message begin? */ int lines; /* how many lines in the body of this message? */ int index; /* the absolute (unsorted) message number */ int msgno; /* number displayed to the user */