about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-11 22:41:55 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-11 22:41:55 +0000
commitb1ad49c6fb5b2898303a0d3fd3135e30460b582b (patch)
tree584424d602d8b4d8f04a22422ed11258e9cb7ed9
parentcd5f7829d2a066ebe85ad0f854ee3f4102a88bde (diff)
downloadglibc-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.
-rw-r--r--ChangeLog4
-rw-r--r--include/rpcsvc/ypupd.h1
-rw-r--r--nis/ypupdate_xdr.c1
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d128dbd3d..92200a2d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
+	* include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
+	xdr_ypdelete_args.
+
 	* nis/nis_xdr.h: Mark all functions as hidden.  Remove
 	__BEGIN_DECLS and __END_DECLS, the header is not installed.
 
diff --git a/include/rpcsvc/ypupd.h b/include/rpcsvc/ypupd.h
index 68116e629f..e9dc638a25 100644
--- a/include/rpcsvc/ypupd.h
+++ b/include/rpcsvc/ypupd.h
@@ -2,5 +2,6 @@
 #include <nis/rpcsvc/ypupd.h>
 
 libnsl_hidden_proto (xdr_yp_buf)
+libnsl_hidden_proto (xdr_ypdelete_args)
 
 #endif
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)