about summary refs log tree commit diff
path: root/include/rpcsvc/ypclnt.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-29 17:00:14 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-29 17:42:30 +0100
commitcdd14619a713ab41e26ba700add4880604324dbb (patch)
treedc0129bed806b525deae5fc481170ccdb4ef048b /include/rpcsvc/ypclnt.h
parentb7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff)
downloadglibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz
glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.xz
glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'include/rpcsvc/ypclnt.h')
-rw-r--r--include/rpcsvc/ypclnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index df2a03d9c5..c6a724814c 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -3,6 +3,9 @@
 
 # ifndef _ISOMAC
 
+struct ypmaplist;
+int yp_maplist (const char *, struct ypmaplist **) __THROW;
+
 libnsl_hidden_proto (ypbinderr_string)
 libnsl_hidden_proto (yp_bind)
 libnsl_hidden_proto (yp_get_default_domain)
@@ -17,6 +20,7 @@ libnsl_hidden_proto (yp_next)
 libnsl_hidden_proto (yp_match)
 libnsl_hidden_proto (yp_all)
 libnsl_hidden_proto (__yp_check)
+libnsl_hidden_proto (yp_maplist)
 
 # endif /* !_ISOMAC */
 #endif