diff options
Diffstat (limited to 'nis/ypupdate_xdr.c')
-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) |