Files
Arquivotheca.SunOS-4.1.4/lib/libc/rpc/svc_auth.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

17 lines
257 B
C

/* @(#)svc_auth.h 1.1 94/10/31 SMI */
/*
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
/*
* Service side of rpc authentication.
*/
#ifndef _rpc_svc_auth_h
#define _rpc_svc_auth_h
extern enum auth_stat _authenticate();
#endif /*!_rpc_svc_auth_h*/