blob: 6d179dd306a0adc20a3f0d105ec672ef694c7bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __RPCSVC_YPUPD_H__
#include <nis/rpcsvc/ypupd.h>
# ifndef _ISOMAC
libnsl_hidden_proto (xdr_yp_buf)
libnsl_hidden_proto (xdr_ypdelete_args)
libnsl_hidden_proto (xdr_ypupdate_args)
# endif /* !_ISOMAC */
#endif
|