Specification for rpcgen
remote programs, their procedures, types of parameters
/* RPC declarations for dictionary program */
struct example { /* unused; rpcgen would */
int exfield1; /* generate XDR routines */
char exfield2; /* to convert this structure.*/
/* RDICTPROG: remote program that provides
insert, delete, and lookup */
program RDICTPROG { /* name (not used) */
version RDICTVERS { /* version declarat.*/
int INITW(void) = 1;/* first procedure */
int INSERTW(string)= 2;/* second proc.... */
} = 1; /* version definit.*/
} = 0x30090949; /* program no */