#ifndef _SERVER_RPCBUF #define _SERVER_RPCBUF #include "Rtypes.h" typedef struct { UInt_t rpcbuf_len; Char_t *rpcbuf_val; } rpcbuf; #endif