diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 15:24:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 15:24:34 +0000 |
| commit | 14e6355f0272e4b60e6d9edc8f1516bdc0c85fd0 (patch) | |
| tree | 85d2f6dc020ed5494da6ac5c0d889d0cc8720214 /lib/libc | |
| parent | 75d5d29ef0d89de1fdcd4c2981944122f9ecda91 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/xdr/xdr.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 95cb37c9e8c0..0b933bc3bb10 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -10,6 +10,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd "#include <rpc/types.h>" .Fd "#include <rpc/xdr.h>" .Pp See @@ -495,12 +496,15 @@ A filter primitive that translates between C integers and their external representations. This routine returns one if it succeeds, zero otherwise. .Pp +.Fd #ifdef _STDIO_H_ +.Fd /* XDR using stdio library */ .It Xo .Ft void .Xc .It Xo .Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op" .Xc +.Fd #endif .Pp This routine initializes the .Tn XDR |
