comparison lib-src/ChangeLog @ 109150:3f9a67cdf9f7

Clean up movemail source * movemail.c: Add MAIL_USE_POP around prototypes. Include <string.h> if HAVE_STRING_H. (strerror): Only declare if !HAVE_STRERROR. (fatal): Make static. (error): Likewise. (pfatal_with_name): Likewise. (pfatal_and_delete). Likewise. (concat): Likewise. (xmalloc): Likewise. (popmail): Likewise. (pop_retr): Likewise. (mbx_write): Likewise. (mbx_delimit_begin): Likewise. (mbx_delimit_end): Likewise.
author Andreas Schwab <schwab@linux-m68k.org>
date Tue, 06 Jul 2010 13:50:35 +0200
parents 5833ef142374
children 750db9f3e6d8
comparison
equal deleted inserted replaced
109149:5833ef142374 109150:3f9a67cdf9f7
1 2010-07-06 Andreas Schwab <schwab@linux-m68k.org> 1 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * movemail.c: Add MAIL_USE_POP around prototypes. 3 * movemail.c: Add MAIL_USE_POP around prototypes.
4 Include <string.h> if HAVE_STRING_H.
5 (strerror): Only declare if !HAVE_STRERROR.
6 (fatal): Make static.
7 (error): Likewise.
8 (pfatal_with_name): Likewise.
9 (pfatal_and_delete). Likewise.
10 (concat): Likewise.
11 (xmalloc): Likewise.
12 (popmail): Likewise.
13 (pop_retr): Likewise.
14 (mbx_write): Likewise.
15 (mbx_delimit_begin): Likewise.
16 (mbx_delimit_end): Likewise.
4 17
5 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> 18 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6 19
7 * fakemail.c (action): Convert function definitions to standard C. 20 * fakemail.c (action): Convert function definitions to standard C.
8 (add_a_stream): 21 (add_a_stream):