home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / bsd / rpc / svc_auth.h < prev    next >
C/C++ Source or Header  |  1995-01-23  |  290b  |  18 lines

  1. /*    @(#)svc_auth.h    1.1 88/03/04 4.0NFSSRC SMI    */
  2.  
  3. /* 
  4.  * Copyright (c) 1988 by Sun Microsystems, Inc.
  5.  *      @(#)svc_auth.h 1.7 88/02/08 SMI      * 
  6.  */
  7.  
  8.  
  9. /*
  10.  * svc_auth.h, Service side of rpc authentication.
  11.  */
  12.  
  13.  
  14. /*
  15.  * Server side authenticator
  16.  */
  17. extern enum auth_stat _authenticate();
  18.