* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.

* include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
	xdr_ypdelete_args.
This commit is contained in:
Ulrich Drepper 2006-05-11 22:41:55 +00:00
parent cd5f7829d2
commit b1ad49c6fb
3 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -2,5 +2,6 @@
#include <nis/rpcsvc/ypupd.h>
libnsl_hidden_proto (xdr_yp_buf)
libnsl_hidden_proto (xdr_ypdelete_args)
#endif

View File

@ -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)