Corrected prototype for xdrrec_endofrecord to match C body.

This commit is contained in:
Joel Sherrill
2000-06-29 22:34:30 +00:00
parent 6f6ddc0011
commit 09a6eba19d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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