diff options
author | bde <bde@FreeBSD.org> | 1997-05-07 00:58:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-05-07 00:58:23 +0000 |
commit | 173bd2da2e16e77a80909cbb1d6a34c497014e8d (patch) | |
tree | 10f7fea1d5bdf54e84fe60bbc480d22fbaaea50b /include/rpc | |
parent | 213a2efd3a7c6eb44eec3a6ca67c84b9a8fad0dd (diff) | |
download | FreeBSD-src-173bd2da2e16e77a80909cbb1d6a34c497014e8d.zip FreeBSD-src-173bd2da2e16e77a80909cbb1d6a34c497014e8d.tar.gz |
Fixed missing __P() to complete the K&R support in this header.
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index e144629..63dfc2f 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -28,7 +28,7 @@ * * from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC - * $Id$ + * $Id: auth.h,v 1.8 1997/02/23 09:17:21 peter Exp $ */ /* @@ -89,7 +89,7 @@ struct opaque_auth { u_int oa_length; /* not to exceed MAX_AUTH_BYTES */ }; __BEGIN_DECLS -bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); +bool_t xdr_opaque_auth __P((XDR *xdrs, struct opaque_auth *ap)); __END_DECLS |