Fixed a gazillion warnings.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-05-06 14:17:23 +00:00
parent dd7dd21224
commit d17a8ee8ec
23 changed files with 83 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
* specifies the terms and conditions for redistribution.
*/
#ifndef lint
#if 0
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)@(#)pop_dele.c 2.1 2.1 3/18/91";
#endif /* not lint */
@@ -14,7 +14,8 @@ static char SccsId[] = "@(#)@(#)pop_dele.c 2.1 2.1 3/18/91";
/*
* dele: Delete a message from the POP maildrop
*/
int pop_dele (POP *p)
int
pop_dele (POP *p)
{
MsgInfoList * mp; /* Pointer to message info list */
int msg_num;