No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / appl / popper / pop_quit.c
blob695e98829b988370883ba274f807d445239627ae
1 /*
2 * Copyright (c) 1989 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
7 #include <popper.h>
8 __RCSID("$Heimdal: pop_quit.c 1057 1996-11-19 22:48:40Z assar $"
9 "$NetBSD$");
11 /*
12 * quit: Terminate a POP session
15 int
16 pop_quit (POP *p)
18 /* Release the message information list */
19 if (p->mlp) free (p->mlp);
21 return(POP_SUCCESS);