summaryrefslogtreecommitdiffstats
path: root/rpc/block_xdr.c
blob: cd8400e1029468ff042d2632154af067b6673d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#include "block.h"

bool_t
xdr_blockTrans (XDR *xdrs, blockTrans *objp)
{
	 if (!xdr_int (xdrs, &objp->exit))
		 return FALSE;
	 if (!xdr_string (xdrs, &objp->out, ~0))
		 return FALSE;
	return TRUE;
}