mycon
struct mycon m;
xdr_myfyl(XDR *xdrs, struct mycon *objp)
xdr_pages(XDR *xdrs, struct mycon *m)
mygetdir(char *block, int *no, struct mycon *m)
xdr_dirs(XDR *xdrs, struct mycon *m)
mygetpage(char *block, int *pageno, struct mycon *m)
bool_t xdr_myfyl(XDR *xdrs, struct mycon *objp);
bool_t xdr_pages(XDR *xdrs, struct mycon *m);
bool_t xdr_dirs(XDR *xdrs, struct mycon *m);
int mygetdir(char *block, int *no, struct mycon *m);
int mygetpage(char *block, int *pageno, struct mycon *m);