Browse Source

(*cl_control)() takes a void * for last param

OPENBSD_2_0
deraadt 28 years ago
parent
commit
95b54cdd0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/rpc/clnt.h

+ 1
- 1
src/include/rpc/clnt.h View File

@ -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;


Loading…
Cancel
Save