home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1992 NeXT Computer, Inc. All rights reserved.
- *
- * File: bsd/rpc/sparc/auth.h
- *
- * sparc dependant RPC Authentication data structures.
- */
-
- /*
- * Copyright (c) 1988 by Sun Microsystems, Inc.
- * 1.17 88/02/08 SMI
- */
-
-
- /*
- * auth.h, Authentication interface.
- *
- * Copyright (C) 1984, Sun Microsystems, Inc.
- *
- * The data structures are completely opaque to the client. The client
- * is required to pass a AUTH * to routines that create rpc
- * "sessions".
- */
-
- typedef u_long u_int32; /* 32-bit unsigned integers */
-
-
-