diff options
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,15 +1,9 @@ /* + * uid.c -- UIDL handling for POP3 servers without LAST + * * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: uid.c - project: fetchmail - programmer: Eric S. Raymond - description: UID list handling - - ***********************************************************************/ - #include <config.h> #include <stdio.h> @@ -222,3 +216,5 @@ char *idfile; fclose(tmpfp); } } + +/* uid.c ends here */ |