/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* onc720 src/oncplus/usr/include/tirpc/rpc/rpc_sztypes.h 1.4             */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 1996,1999              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#ifndef _RPC_SZTYPES_H_RPCGEN
#define	_RPC_SZTYPES_H_RPCGEN

#include <rpc/rpc.h>
/*** #pragma ident	"@(#)rpc_sztypes.x	1.2	93/07/09 SMI" ***/

typedef u_longlong_t uint64;

typedef u_long uint32;

/* the xdr functions */
extern bool_t xdr_uint64(XDR *, uint64 *);
extern bool_t xdr_int64(XDR *, int64 *);
extern bool_t xdr_uint32(XDR *, ulong32int64_t *);
extern bool_t xdr_int32(XDR *, long32int64_t *);

#endif /* !_RPC_SZTYPES_H_RPCGEN */
