diff options
Diffstat (limited to 'include/rpc/auth_unix.h')
-rw-r--r-- | include/rpc/auth_unix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h index 36299392ba..14928cc67f 100644 --- a/include/rpc/auth_unix.h +++ b/include/rpc/auth_unix.h @@ -1 +1,4 @@ #include <sunrpc/rpc/auth_unix.h> + +extern bool_t xdr_authunix_parms_internal (XDR *__xdrs, + struct authunix_parms *__p); |