File: gp_xdr.h

package info (click to toggle)
gssproxy 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,472 kB
  • sloc: ansic: 19,391; python: 1,196; xml: 611; makefile: 458; sh: 200
file content (12 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (6)
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_ */