summaryrefslogtreecommitdiffstats
path: root/c/src/exec/librpc/include/rpc/xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/librpc/include/rpc/xdr.h')
-rw-r--r--c/src/exec/librpc/include/rpc/xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/librpc/include/rpc/xdr.h b/c/src/exec/librpc/include/rpc/xdr.h
index 460a1da5fb..75c2493176 100644
--- a/c/src/exec/librpc/include/rpc/xdr.h
+++ b/c/src/exec/librpc/include/rpc/xdr.h
@@ -302,7 +302,7 @@ extern void xdrrec_create __P((XDR *, u_int, u_int, char *,
int (*) __P((caddr_t, caddr_t, int))));
/* make end of xdr record */
-extern bool_t xdrrec_endofrecord __P((XDR *, int));
+extern bool_t xdrrec_endofrecord __P((XDR *, bool_t));
/* move to beginning of next record */
extern bool_t xdrrec_skiprecord __P((XDR *));