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

#ifndef _RPCGNBK_H_RPCGEN
#define	_RPCGNBK_H_RPCGEN

#include <rpc/rpc.h>

struct gnbk_data {
	char *question;
	struct {
		u_int reponse_len;
		char *reponse_val;
	} reponse;
};
typedef struct gnbk_data gnbk_data;

struct gnbk_reponse {
	int errnumber;
	union {
		gnbk_data res_data;
	} gnbk_reponse_u;
};
typedef struct gnbk_reponse gnbk_reponse;

#define	RPC_GNBK	rpc_port
#define	RPC_GNBK_VERS	1
#define	GNBK_SERVER	1
extern  gnbk_reponse * gnbk_server_1();
extern int rpc_gnbk_1_freeresult();

/* the xdr functions */
extern bool_t xdr_gnbk_data();
extern bool_t xdr_gnbk_reponse();

#endif /* !_RPCGNBK_H_RPCGEN */
