From aec15b99bf6b340227895ecfa6136e9d638c701a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 1996 17:44:12 +0000 Subject: Remove all those obnoxious block comments. svn path=/trunk/; revision=345 --- pop2.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index bccc1b6e..1e49a6ca 100644 --- a/pop2.c +++ b/pop2.c @@ -1,16 +1,11 @@ -/* Copyright 1996 by Eric S. Raymond +/* + * pop2.c -- POP@ protocol methods + * + * Copyright 1996 by Eric S. Raymond * All rights reserved. * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: pop2.c - project: fetchmail - programmer: Eric S. Raymond - description: POP2 method code. - - ***********************************************************************/ - #include #include #include "socket.h" @@ -143,7 +138,10 @@ const static struct method pop2 = }; int doPOP2 (queryctl) +/* retrieve messages using POP2 */ struct hostrec *queryctl; { return(do_protocol(queryctl, &pop2)); } + +/* pop2.c ends here */ -- cgit v1.2.3