summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen/gp_xdr.h
blob: bbd747d0aa054040705edb34569fbe25a8ec19f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2013 the GSS-PROXY contributors, see COPYING for license */

#ifndef _GP_XDR_H_
#define _GP_XDR_H_

#include "gssrpc/rpc.h"

#define xdr_u_quad_t gp_xdr_uint64_t

bool_t gp_xdr_uint64_t(XDR *xdrs, uint64_t *objp);

#endif /* _GP_XDR_H_ */