summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-21 18:07:34 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-21 18:07:34 +0000
commitfa684e21afa796f6f36e0c49493af9bcc8b49123 (patch)
tree1447ee9130880c525122d6438353f2666a6bdada /include/rpcsvc
parentbe813a3b68f7e9be9bfef131c96c99089a98aa39 (diff)
downloadFreeBSD-src-fa684e21afa796f6f36e0c49493af9bcc8b49123.zip
FreeBSD-src-fa684e21afa796f6f36e0c49493af9bcc8b49123.tar.gz
Add prototype for ypbinderr_string().
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/ypclnt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 60b422a..d6b7a2a 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ypclnt.h,v 1.1 1993/09/14 17:42:54 jtc Exp $
+ * $Id: ypclnt.h,v 1.1 1994/08/04 19:01:56 wollman Exp $
*/
#ifndef _YPCLNT_H_
@@ -80,6 +80,7 @@ int yp_order __P((char *indomain, char *inmap, int *outorder));
int yp_all __P((char *indomain, char *inmap,
struct ypall_callback *incallback));
char * yperr_string __P((int incode));
+char * ypbinderr_string __P((int incode));
int ypprot_err __P((unsigned int incode));
#endif /* _YPCLNT_H_ */
OpenPOWER on IntegriCloud