/*
 * xrpc_print.h
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Revision: 1.1 $
 * $Date: 1996/01/30 22:44:47 $
 */

/*
 *	contributed by Rice University 7/11/90
 */
 
#ifdef __STDC__ 

void 	prpchdr( struct rpc_msg t, char *s );
void	pauthstat( enum auth_stat t );
void 	sunrpcPrActiveKey( ActiveKey *, char *msg );
void	sunrpcPrPassiveKey( PassiveKey *, char *msg );

#else

void 	prpchdr();
void	pauthstat();
void 	sunrpcPrActiveKey();
void	sunrpcPrPassiveKey();

#endif /* __STDC__ */
