Fix prototypes.

This commit is contained in:
Ruslan Ermilov 2005-11-24 07:12:01 +00:00
parent 6eee826901
commit 7062693e56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152749

View File

@ -211,7 +211,7 @@ This routine returns one if it succeeds, zero otherwise.
.Ft void
.Xc
.It Xo
.Fn xdr_free "xdrproc_t proc" "char *objp"
.Fn xdr_free "xdrproc_t proc" "void *objp"
.Xc
.Pp
Generic freeing routine.
@ -397,7 +397,7 @@ linked lists.
.Fa "XDR *xdrs"
.Fa "u_int sendsize"
.Fa "u_int recvsize"
.Fa "char *handle"
.Fa "void *handle"
.Fa "int \*(lp*readit\*(rp\*(lp\*(rp"
.Fa "int \*(lp*writeit\*(rp\*(lp\*(rp"
.Fc