lots of small fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@289 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-10 15:12:11 +00:00
parent 66db417091
commit a32d6a5de8
3 changed files with 5 additions and 9 deletions

View File

@@ -17,8 +17,7 @@ static char SccsId[] = "@(#)@(#)pop_dele.c 2.1 2.1 3/18/91";
/*
* dele: Delete a message from the POP maildrop
*/
pop_dele (p)
POP * p;
int pop_dele (POP *p)
{
MsgInfoList * mp; /* Pointer to message info list */
int msg_num;