diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-15 19:21:55 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-15 19:21:55 +0000 |
commit | 3eafa0ace7511974f0658955203f2eb18924c0cc (patch) | |
tree | 0f2c08eae399e9f99a65d2f683ac7f8f5ba0604b /libc | |
parent | 8319335430e4605a8a673719915414cd0b300b3e (diff) |
hide xdr_u_short
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/rpc/authunix_prot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/authunix_prot.c b/libc/inet/rpc/authunix_prot.c index c2f706cd6..62d1cb724 100644 --- a/libc/inet/rpc/authunix_prot.c +++ b/libc/inet/rpc/authunix_prot.c @@ -43,6 +43,7 @@ libc_hidden_proto(xdr_string) libc_hidden_proto(xdr_u_int) libc_hidden_proto(xdr_array) libc_hidden_proto(xdr_u_long) +libc_hidden_proto(xdr_u_short) /* * XDR for unix authentication parameters. |