diff options
Diffstat (limited to 'include/rpcsvc/ypclnt.h')
-rw-r--r-- | include/rpcsvc/ypclnt.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h new file mode 100644 index 0000000000..b38dc6bb4c --- /dev/null +++ b/include/rpcsvc/ypclnt.h @@ -0,0 +1,10 @@ +#ifndef __RPCSVC_YPCLNT_H__ +#include <nis/rpcsvc/ypclnt.h> + +libnsl_hidden_proto (ypbinderr_string) +libnsl_hidden_proto (yp_bind) +libnsl_hidden_proto (yp_get_default_domain) +libnsl_hidden_proto (ypprot_err) +libnsl_hidden_proto (yp_master) + +#endif |