diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-11 22:41:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-11 22:41:55 +0000 |
commit | b1ad49c6fb5b2898303a0d3fd3135e30460b582b (patch) | |
tree | 584424d602d8b4d8f04a22422ed11258e9cb7ed9 /nis | |
parent | cd5f7829d2a066ebe85ad0f854ee3f4102a88bde (diff) | |
download | glibc-b1ad49c6fb5b2898303a0d3fd3135e30460b582b.tar.gz glibc-b1ad49c6fb5b2898303a0d3fd3135e30460b582b.tar.xz glibc-b1ad49c6fb5b2898303a0d3fd3135e30460b582b.zip |
* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
* include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for xdr_ypdelete_args.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/ypupdate_xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/ypupdate_xdr.c b/nis/ypupdate_xdr.c index 4789e47c3e..cfa59da051 100644 --- a/nis/ypupdate_xdr.c +++ b/nis/ypupdate_xdr.c @@ -58,3 +58,4 @@ xdr_ypdelete_args (XDR *xdrs, ypdelete_args *objp) return FALSE; return xdr_yp_buf (xdrs, &objp->key); } +libnsl_hidden_def (xdr_ypdelete_args) |