remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / popper / pop_last.c
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  */
6
7 #include <popper.h>
8 RCSID("$Id: pop_last.c,v 1.6 1996/10/28 16:25:28 assar Exp $");
9
10 /* 
11  *  last:   Display the last message touched in a POP session
12  */
13
14 int
15 pop_last (POP *p)
16 {
17     return (pop_msg(p,POP_SUCCESS,"%u is the last message seen.",p->last_msg));
18 }