No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / appl / popper / pop_last.c
blob2732b4931ccd15010a20742b2a197504f83ccf20
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_last.c 909 1996-10-28 16:25:42Z assar $"
9 "$NetBSD$");
11 /*
12 * last: Display the last message touched in a POP session
15 int
16 pop_last (POP *p)
18 return (pop_msg(p,POP_SUCCESS,"%u is the last message seen.",p->last_msg));