Commit abc12ab3 abc12ab31f3ab679cb46f4eb3bef8a180c29168b by Sergey Poznyakoff

Updated

1 parent 015e1ef7
Showing 1 changed file with 18 additions and 0 deletions
1 2004-07-05 Sergey Poznyakoff
2
3 * mailbox/include/iterator0.h (_iterator.getitem): Changed
4 declaration. There's no use passing a pointer to the const
5 location, since the function *must* assign to it anyway.
6 * include/mailutils/iterator.h (iterator_set_getitem): Changed
7 declaration
8 * mailbox/iterator.c (iterator_set_getitem): Changed
9 declaration
10 (iterator_current): Additional typecast on pitem
11
12 * mailbox/list.c: Updated declaration of getitem method.
13 * mailbox/nntp/nntp_iterator.c: Likewise
14 * mailbox/pop/pop3_iterator.c: Likewise
15
16 * mailbox/mailbox.c: Include <list.h>
17 * mailbox/mailer.c: Likewise
18
1 2004-07-05 Alain Magloire 19 2004-07-05 Alain Magloire
2 20
3 * configure.ac: enable NNTP support. 21 * configure.ac: enable NNTP support.
......