/* static char sccsid[] = "@(#)41 1.7.1.1 src/bos/usr/include/rpc/svc_auth.h,libcrpc,bos72Q,q2019_13A4 2/6/"; */
/*
 *   COMPONENT_NAME: LIBCRPC
 *
 *   FUNCTIONS: 
 *
 *   ORIGINS: 24
 *
 *
 * Copyright (c) 1990 by Sun Microsystems, Inc.
 */

/*	@(#)svc_auth.h	1.2 90/07/17 4.1NFSSRC SMI	*/


/*
 * Service side of rpc authentication.
 */


#ifdef _AIX_TIRPC

#include <tirpc/rpc/svc_auth.h> 

#else

#ifdef __cplusplus
extern "C" {
#endif

#ifndef _RPC_SVC_AUTH_H
#define	_RPC_SVC_AUTH_H

extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);

#endif /*!_RPC_SVC_AUTH_H*/

#ifdef __cplusplus
}
#endif

#endif 
