|
|
@ -134,7 +134,7 @@ typedef struct __rpc_client { |
|
|
|
void (*cl_destroy) __P((struct __rpc_client *)); |
|
|
|
/* the ioctl() of rpc */ |
|
|
|
bool_t (*cl_control) __P((struct __rpc_client *, u_int, |
|
|
|
char *)); |
|
|
|
void *)); |
|
|
|
} *cl_ops; |
|
|
|
caddr_t cl_private; /* private stuff */ |
|
|
|
} CLIENT; |
|
|
|