kdc: pass down the delegated_proxy_principal to the verify_pac() function
[heimdal.git] / appl / popper / pop_last.c
blob8f159e664663a810a9f32b23e59b7f7b972de6df
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("$Id$");
11 * last: Display the last message touched in a POP session
14 int
15 pop_last (POP *p)
17 return (pop_msg(p,POP_SUCCESS,"%u is the last message seen.",p->last_msg));