aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f2f2c0af1ce..53983a9decc 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing. 3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
4 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars. 4 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
5 (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):
6 Remove unused macros.
7 * pop.c (index): Remove unused macro.
8 (KPOP_PORT): Define only if KERBEROS is defined.
5 9
6 Declare file-scope functions and variables static if not exported. 10 Declare file-scope functions and variables static if not exported.
7 This is more consistent, and is nicer with gcc -Wstrict-prototypes. 11 This is more consistent, and is nicer with gcc -Wstrict-prototypes.