mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* 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:
parent
cd5f7829d2
commit
b1ad49c6fb
@ -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.
|
||||
|
||||
|
@ -2,5 +2,6 @@
|
||||
#include <nis/rpcsvc/ypupd.h>
|
||||
|
||||
libnsl_hidden_proto (xdr_yp_buf)
|
||||
libnsl_hidden_proto (xdr_ypdelete_args)
|
||||
|
||||
#endif
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user