This commit is contained in:
Michael Kerrisk 2008-01-01 07:52:35 +00:00
parent 6c9e43eb5c
commit 78729a5d61
1 changed files with 2 additions and 0 deletions

View File

@ -18,11 +18,13 @@ The prototypes below are declared in
.I <rpc/xdr.h>
and make use of the following types:
.in +4n
.nf
typedef int \fIbool_t\fP;
typedef bool_t (*\fIxdrproc_t\fP) (XDR *, void *,...);
.fi
.in
.LP
For the declaration of the
.I XDR