diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /include/rpc/auth_unix.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/rpc/auth_unix.h')
-rw-r--r-- | include/rpc/auth_unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h index 424661d9c..713fcb437 100644 --- a/include/rpc/auth_unix.h +++ b/include/rpc/auth_unix.h @@ -74,6 +74,7 @@ struct authunix_parms extern bool_t xdr_authunix_parms (XDR *__xdrs, struct authunix_parms *__p) __THROW; +libc_hidden_proto(xdr_authunix_parms) /* * If a response verifier has flavor AUTH_SHORT, |