#ifndef _SERVER_RPCBUF #define _SERVER_RPCBUF typedef struct { unsigned int rpcbuf_len; char *rpcbuf_val; } rpcbuf; #endif