17 lines
257 B
C
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*/
|