home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / rpc / m68k / auth.h
Text File  |  1992-03-04  |  541b  |  27 lines

  1. /* Copyright (c) 1992 NeXT Computer, Inc.  All rights reserved.
  2.  *
  3.  *    File:    bsd/rpc/m68k/auth.h
  4.  *
  5.  *    m68k dependant RPC Authentication data structures.
  6.  */
  7.  
  8. /* 
  9.  * Copyright (c) 1988 by Sun Microsystems, Inc.
  10.  *  1.17 88/02/08 SMI  
  11.  */
  12.  
  13.  
  14. /*
  15.  * auth.h, Authentication interface.
  16.  *
  17.  * Copyright (C) 1984, Sun Microsystems, Inc.
  18.  *
  19.  * The data structures are completely opaque to the client.  The client
  20.  * is required to pass a AUTH * to routines that create rpc
  21.  * "sessions".
  22.  */
  23.  
  24. typedef u_long u_int32;    /* 32-bit unsigned integers */
  25.  
  26.  
  27.