/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#include <rpc/types.h>


struct TestStruct1 {
	int i1;
	long l1;
};
typedef struct TestStruct1 TestStruct1;
bool_t xdr_TestStruct1();

enum TestEnum1 {
	rot = 1,
	gelb = 10,
	gruen = 20,
};
typedef enum TestEnum1 TestEnum1;
bool_t xdr_TestEnum1();

struct TestStruct2 {
	char *s1;
	char *s2;
	long l1;
	u_long l2;
	int i1;
	u_int i2;
	float f1;
	double d1;
	bool_t b1;
	struct {
		u_int o1_len;
		char *o1_val;
	} o1;
	struct {
		u_int o2_len;
		char *o2_val;
	} o2;
	TestStruct1 struct1;
	TestStruct1 array1[10];
	struct {
		u_int array2_len;
		TestStruct1 *array2_val;
	} array2;
	TestEnum1 enum1;
	TestEnum1 enum2[12];
};
typedef struct TestStruct2 TestStruct2;
bool_t xdr_TestStruct2();
