summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-29 17:00:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-29 17:00:17 +0000
commitf0cb0e387cd3be91a7249aed059ff62d5fd9e60c (patch)
treeedbcdf66d16f39d2d6c737386c5460e20a238b2f /mail
parent386b242c368d4b610f4d49d67ee02c1a00faff07 (diff)
downloadmailutils-f0cb0e387cd3be91a7249aed059ff62d5fd9e60c.tar.gz
mailutils-f0cb0e387cd3be91a7249aed059ff62d5fd9e60c.tar.bz2
(struct message_set): Changed type fo msg_part to size_t.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail.h b/mail/mail.h
index a244c0e32..a6aaa5105 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -138,10 +138,10 @@ typedef struct message_set msgset_t;
struct message_set
{
- msgset_t *next; /* Link to the next message set */
- unsigned int npart; /* Number of parts in this set */
- unsigned int *msg_part;/* Array of part numbers: msg_part[0] is the message
- number */
+ msgset_t *next; /* Link to the next message set */
+ unsigned int npart; /* Number of parts in this set */
+ size_t *msg_part; /* Array of part numbers: msg_part[0] is the
+ message number */
};
typedef int (*msg_handler_t) __P((msgset_t *mp, message_t mesg, void *data));

Return to:

Send suggestions and report system problems to the System administrator.